VisualBasicSyntaxNode.GetTrailingTrivia Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Get the following trivia nodes of this node. If this node is a token, returns the following trivia associated with this node. If this is a non-terminal, returns the following trivia of the last token of this node.
public:
Microsoft::CodeAnalysis::SyntaxTriviaList GetTrailingTrivia();
public Microsoft.CodeAnalysis.SyntaxTriviaList GetTrailingTrivia ();
override this.GetTrailingTrivia : unit -> Microsoft.CodeAnalysis.SyntaxTriviaList
Public Function GetTrailingTrivia () As SyntaxTriviaList
Returns
A list of the following trivia.
Remarks
If this node is a non-terminal, the parents of the trivia will be the first token of this non-terminal; NOT this node.