コード例 #1
0
 public static bool IsWhitespaceOrEndOfLine(this SyntaxTrivia trivia)
 {
     return(trivia.IsEndOfLine() || trivia.IsWhitespace());
 }