<?xml version="1.0" encoding="utf-8"?> <Type Name="CodeParameterDeclarationExpression" FullName="System.CodeDom.CodeParameterDeclarationExpression"> <TypeSignature Language="C#" Value="public class CodeParameterDeclarationExpression : System.CodeDom.CodeExpression" Maintainer="auto" /> <TypeSignature Language="ILAsm" Value=".class public auto ansi serializable beforefieldinit CodeParameterDeclarationExpression extends System.CodeDom.CodeExpression" /> <AssemblyInfo> <AssemblyName>System</AssemblyName> <AssemblyPublicKey>[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]</AssemblyPublicKey> <AssemblyVersion>1.0.3300.0</AssemblyVersion> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement> <Base> <BaseTypeName>System.CodeDom.CodeExpression</BaseTypeName> </Base> <Interfaces /> <Attributes> <Attribute> <AttributeName>System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)</AttributeName> </Attribute> <Attribute> <AttributeName>System.Runtime.InteropServices.ComVisible(true)</AttributeName> </Attribute> </Attributes> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para> <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> can be used to represent code that declares a parameter for a method, property, or constructor.</para> <para>The <see cref="P:System.CodeDom.CodeParameterDeclarationExpression.Name" /> property specifies the name of the parameter. The <see cref="P:System.CodeDom.CodeParameterDeclarationExpression.Type" /> property specifies the data type of the parameter. The <see cref="P:System.CodeDom.CodeParameterDeclarationExpression.Direction" /> property specifies the direction modifier of the parameter. The <see cref="P:System.CodeDom.CodeParameterDeclarationExpression.CustomAttributes" /> property specifies the attributes associated with the parameter.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Represents a parameter declaration for a method, property, or constructor.</para> </summary> </Docs> <Members> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public CodeParameterDeclarationExpression ();" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue /> <Parameters /> <Docs> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> class.</para> </summary> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public CodeParameterDeclarationExpression (System.CodeDom.CodeTypeReference type, string name);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.CodeDom.CodeTypeReference type, string name) cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue /> <Parameters> <Parameter Name="type" Type="System.CodeDom.CodeTypeReference" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> class using the specified parameter type and name.</para> </summary> <param name="type"> <attribution license="cc4" from="Microsoft" modified="false" />An object that indicates the type of the parameter to declare. </param> <param name="name"> <attribution license="cc4" from="Microsoft" modified="false" />The name of the parameter to declare. </param> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public CodeParameterDeclarationExpression (string type, string name);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string type, string name) cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue /> <Parameters> <Parameter Name="type" Type="System.String" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <remarks> <attribution license="cc4" from="Microsoft" modified="false" /> <para>If the <paramref name="type" /> parameter references a generic type, it must follow the syntax conventions for generic types. Generic types are formatted as follows: the name of the type, followed by a grave accent ("`"), followed by a count of the generic type arguments, followed by the parameters delimited with brackets.</para> <block subset="none" type="note"> <para>You must use square brackets ([]) and not the C# angle brackets (<>) to delimit generic parameters. </para> </block> <para>To avoid the possibility of making a syntactic mistake, consider using the <see cref="M:System.CodeDom.CodeParameterDeclarationExpression.#ctor(System.Type,System.String)" /> constructor that takes a type instead of a string as a parameter.</para> </remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> class using the specified parameter type and name.</para> </summary> <param name="type"> <attribution license="cc4" from="Microsoft" modified="false" />The type of the parameter to declare. </param> <param name="name"> <attribution license="cc4" from="Microsoft" modified="false" />The name of the parameter to declare. </param> </Docs> </Member> <Member MemberName=".ctor"> <MemberSignature Language="C#" Value="public CodeParameterDeclarationExpression (Type type, string name);" /> <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(class System.Type type, string name) cil managed" /> <MemberType>Constructor</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue /> <Parameters> <Parameter Name="type" Type="System.Type" /> <Parameter Name="name" Type="System.String" /> </Parameters> <Docs> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Initializes a new instance of the <see cref="T:System.CodeDom.CodeParameterDeclarationExpression" /> class using the specified parameter type and name.</para> </summary> <param name="type"> <attribution license="cc4" from="Microsoft" modified="false" />The type of the parameter to declare. </param> <param name="name"> <attribution license="cc4" from="Microsoft" modified="false" />The name of the parameter to declare. </param> </Docs> </Member> <Member MemberName="CustomAttributes"> <MemberSignature Language="C#" Value="public System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeAttributeDeclarationCollection CustomAttributes" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.CodeDom.CodeAttributeDeclarationCollection</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <value>To be added: an object of type 'CodeAttributeDeclarationCollection'</value> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets or sets the custom attributes for the parameter declaration.</para> </summary> </Docs> </Member> <Member MemberName="Direction"> <MemberSignature Language="C#" Value="public System.CodeDom.FieldDirection Direction { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance valuetype System.CodeDom.FieldDirection Direction" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.CodeDom.FieldDirection</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <value>To be added: an object of type 'FieldDirection'</value> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets or sets the direction of the field.</para> </summary> </Docs> </Member> <Member MemberName="Name"> <MemberSignature Language="C#" Value="public string Name { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance string Name" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.String</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <value>To be added: an object of type 'string'</value> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets or sets the name of the parameter.</para> </summary> </Docs> </Member> <Member MemberName="Type"> <MemberSignature Language="C#" Value="public System.CodeDom.CodeTypeReference Type { get; set; }" /> <MemberSignature Language="ILAsm" Value=".property instance class System.CodeDom.CodeTypeReference Type" /> <MemberType>Property</MemberType> <AssemblyInfo> <AssemblyVersion>1.0.5000.0</AssemblyVersion> <AssemblyVersion>2.0.0.0</AssemblyVersion> <AssemblyVersion>4.0.0.0</AssemblyVersion> </AssemblyInfo> <ReturnValue> <ReturnType>System.CodeDom.CodeTypeReference</ReturnType> </ReturnValue> <Parameters> </Parameters> <Docs> <value>To be added: an object of type 'CodeTypeReference'</value> <remarks>To be added</remarks> <summary> <attribution license="cc4" from="Microsoft" modified="false" /> <para>Gets or sets the type of the parameter.</para> </summary> </Docs> </Member> </Members> </Type>