CodeArgumentReferenceExpression Constructor (String^)

 

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

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeArgumentReferenceExpression(
	String^ parameterName
)

Parameters

parameterName
Type: System::String^

The name of the parameter to reference.

.NET Framework
Available since 1.1
Return to top
Show: