SyntaxNodeOrToken.IsNode Property

Definition

Determines whether this SyntaxNodeOrToken is wrapping a node.

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

Property Value

Applies to