Share via


NotNullIfNotNullAttribute.ParameterName プロパティ

定義

関連付けられているパラメーターの名前を取得します。

public:
 property System::String ^ ParameterName { System::String ^ get(); };
public string ParameterName { get; }
member this.ParameterName : string
Public ReadOnly Property ParameterName As String

プロパティ値

関連付けられているパラメーターの名前。 指定されたパラメーターの引数が null ではない場合、出力は null ではありません。

適用対象