IIncrementOrDecrementOperation.IsPostfix 属性

定义

true 如果这是后缀表达式,则为 false 如果这是前缀表达式,则为

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

属性值

适用于