CodeArgumentReferenceExpression Constructors

Definition

Initializes a new instance of the CodeArgumentReferenceExpression class.

Overloads

CodeArgumentReferenceExpression()

Initializes a new instance of the CodeArgumentReferenceExpression class.

CodeArgumentReferenceExpression(String)

Initializes a new instance of the CodeArgumentReferenceExpression class using the specified parameter name.

CodeArgumentReferenceExpression()

Initializes a new instance of the CodeArgumentReferenceExpression class.

public:
 CodeArgumentReferenceExpression();
public CodeArgumentReferenceExpression ();
Public Sub New ()

Applies to

CodeArgumentReferenceExpression(String)

Initializes a new instance of the CodeArgumentReferenceExpression class using the specified parameter name.

public:
 CodeArgumentReferenceExpression(System::String ^ parameterName);
public CodeArgumentReferenceExpression (string parameterName);
new System.CodeDom.CodeArgumentReferenceExpression : string -> System.CodeDom.CodeArgumentReferenceExpression
Public Sub New (parameterName As String)

Parameters

parameterName
String

The name of the parameter to reference.

Applies to