NotNullWhenAttribute.ReturnValue 屬性

定義

取得返回價值條件。

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

屬性值

返回價值條件。 若方法回傳此值,相關參數將不再為 null

適用於