SyntaxNodeOrToken.IsToken Property

Definition

Determines whether this SyntaxNodeOrToken is wrapping a token.

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

Property Value

Applies to