Пример #1
0
 /// <summary>
 /// Returns the full string representation of the nodes in this list including separators,
 /// the first node's leading trivia, and the last node or token's trailing trivia.
 /// </summary>
 /// <returns>
 /// The full string representation of the nodes in this list including separators including separators,
 /// the first node's leading trivia, and the last node or token's trailing trivia.
 /// </returns>
 public string ToFullString()
 {
     return(_list.ToFullString());
 }
Пример #2
0
 /// <summary>
 /// Returns the full string representation of the nodes in this list including separators,
 /// the first node's leading trivia, and the last node or token's trailing trivia.
 /// </summary>
 /// <returns>
 /// The full string representation of the nodes in this list including separators including separators,
 /// the first node's leading trivia, and the last node or token's trailing trivia.
 /// </returns>
 public string ToFullString() => _list.ToFullString();