次の方法で共有


IIncrementOrDecrementOperation.IsPostfix プロパティ

定義

true これが後置式の場合は 。 false これがプレフィックス式の場合は 。

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

プロパティ値

適用対象