CallerArgumentExpressionAttribute(String) Constructor

Definition

Initializes a new instance of the CallerArgumentExpressionAttribute class.

public:
 CallerArgumentExpressionAttribute(System::String ^ parameterName);
public CallerArgumentExpressionAttribute (string parameterName);
new System.Runtime.CompilerServices.CallerArgumentExpressionAttribute : string -> System.Runtime.CompilerServices.CallerArgumentExpressionAttribute
Public Sub New (parameterName As String)

Parameters

parameterName
String

The name of the parameter whose expression should be captured as a string.

Applies to