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 以外になります。

適用対象