SyntaxNode.ContainsAnnotations Property

Definition

Determines whether this node or any sub node, token or trivia has annotations.

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

Property Value

Applies to