11 private string parameterName;
19 if (parameterName !=
null)
27 parameterName = value;
40 this.parameterName = parameterName;
string ParameterName
Gets or sets the name of the parameter this expression references.
CodeArgumentReferenceExpression(string parameterName)
Initializes a new instance of the T:System.CodeDom.CodeArgumentReferenceExpression class using the sp...
Represents a code expression. This is a base class for other code expression objects that is never in...
CodeArgumentReferenceExpression()
Initializes a new instance of the T:System.CodeDom.CodeArgumentReferenceExpression class.
ClassInterfaceType
Identifies the type of class interface that is generated for a class.
Represents a reference to the value of an argument passed to a method.