CallerArgumentExpressionAttribute(String) コンストラクター

定義

CallerArgumentExpressionAttribute クラスの新しいインスタンスを初期化します。

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)

パラメーター

parameterName
String

式を文字列としてキャプチャする必要があるパラメーターの名前。

適用対象