Beispiel #1
0
 /// <summary>
 /// Returns the child non-terminal node representing the syntax tree structure under this structured trivia.
 /// </summary>
 /// <returns>The child non-terminal node representing the syntax tree structure under this structured
 /// trivia.</returns>
 public SyntaxNode GetStructure()
 {
     return(HasStructure ? _triviaNode.GetStructure(this) : null);
 }