System.CodeDom.CodeArgumentReferenceExpression.CodeArgumentReferenceExpression C# (CSharp) Méthode

CodeArgumentReferenceExpression() public méthode

public CodeArgumentReferenceExpression ( string parameterName ) : System.Diagnostics
parameterName string
Résultat System.Diagnostics
        public CodeArgumentReferenceExpression(string parameterName) {
            this.parameterName = parameterName;
        }

Same methods

CodeArgumentReferenceExpression::CodeArgumentReferenceExpression ( ) : System.Diagnostics
CodeArgumentReferenceExpression