MaybeNullWhenAttribute.ReturnValue 属性

定义

获取返回值条件。

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

属性值

返回值条件。 如果方法返回此值,则关联的参数可能为 null

适用于