SyntaxToken.GetAllTrivia Methode

Definition

Ruft eine Liste aller Trivia (sowohl führende als auch nachfolgende) für dieses Token ab.

public:
 System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxTrivia> ^ GetAllTrivia();
public System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxTrivia> GetAllTrivia ();
member this.GetAllTrivia : unit -> seq<Microsoft.CodeAnalysis.SyntaxTrivia>
Public Function GetAllTrivia () As IEnumerable(Of SyntaxTrivia)

Gibt zurück

Gilt für: