IIncrementOrDecrementOperation.IsPostfix Property

Definition

true if this is a postfix expression. false if this is a prefix expression.

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

Property Value

Applies to