System.CodeDom.CodeArgumentReferenceExpression.CodeArgumentReferenceExpression C# (CSharp) Method

CodeArgumentReferenceExpression() public method

public CodeArgumentReferenceExpression ( string parameterName ) : System.Diagnostics
parameterName string
return System.Diagnostics
        public CodeArgumentReferenceExpression(string parameterName) {
            this.parameterName = parameterName;
        }

Same methods

CodeArgumentReferenceExpression::CodeArgumentReferenceExpression ( ) : System.Diagnostics
CodeArgumentReferenceExpression