CodeArgumentReferenceExpression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.