IIncrementOrDecrementOperation.IsLifted 属性

定义

true if this is a 'lifted' increment operator. 当定义用于处理值类型的运算符时,将创建“提升”运算符来处理 Nullable<T> 这些值类型的版本。

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

属性值

适用于