NotNullWhenAttribute.ReturnValue プロパティ

定義

戻り値条件を取得します。

public:
 property bool ReturnValue { bool get(); };
public bool ReturnValue { get; }
member this.ReturnValue : bool
Public ReadOnly Property ReturnValue As Boolean

プロパティ値

Boolean

戻り値の条件。 メソッドからこの値が返される場合、関連付けられているパラメーターは null ではありません。

適用対象