System.CodeDom.CodeArgumentReferenceExpression Class

Represents a reference to the value of an argument passed to a method.

See Also: CodeArgumentReferenceExpression Members

Syntax

[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
public class CodeArgumentReferenceExpression : CodeExpression

Remarks

System.CodeDom.CodeArgumentReferenceExpression can be used in a method to reference the value of a parameter that has been passed to the method.

The CodeArgumentReferenceExpression.ParameterName property specifies the name of the parameter to reference.

Requirements

Namespace: System.CodeDom
Assembly: System (in System.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0, 4.0.0.0