Ejemplo n.º 1
0
 /// <summary>
 /// Returns the string representation of the nodes in this list including separators but not including
 /// the first node's leading trivia and the last node or token's trailing trivia.
 /// </summary>
 /// <returns>
 /// The string representation of the nodes in this list including separators but not including
 /// the first node's leading trivia and the last node or token's trailing trivia.
 /// </returns>
 public override string ToString()
 {
     return(_list.ToString());
 }
Ejemplo n.º 2
0
 /// <summary>
 /// Returns the string representation of the nodes in this list including separators but not including
 /// the first node's leading trivia and the last node or token's trailing trivia.
 /// </summary>
 /// <returns>
 /// The string representation of the nodes in this list including separators but not including
 /// the first node's leading trivia and the last node or token's trailing trivia.
 /// </returns>
 public override string ToString() => _list.ToString();