Esempio n. 1
0
 /// <summary>
 /// Creates a <see cref="String"/> representation of the node.
 /// </summary>
 /// <returns>A <see cref="String"/> representation of the node.</returns>
 public override string ToString()
 {
     return(ExpressionStringBuilder.ElementInitBindingToString(this));
 }
 public override string ToString()
 {
     return(ExpressionStringBuilder.CatchBlockToString(this));
 }
Esempio n. 3
0
 /// <summary>
 /// Creates a <see cref="string"/> representation of the Expression.
 /// </summary>
 /// <returns>A <see cref="string"/> representation of the Expression.</returns>
 public override string ToString()
 {
     return(ExpressionStringBuilder.ExpressionToString(this));
 }
Esempio n. 4
0
 /// <summary>
 /// Returns a <see cref="String"/> that represents the current <see cref="Object"/>.
 /// </summary>
 /// <returns>A <see cref="String"/> that represents the current <see cref="Object"/>. </returns>
 public override string ToString()
 {
     return(ExpressionStringBuilder.SwitchCaseToString(this));
 }
Esempio n. 5
0
 /// <summary>
 /// Returns a <see cref="String"/> that represents the current <see cref="Object"/>.
 /// </summary>
 /// <returns>A <see cref="String"/> that represents the current <see cref="Object"/>. </returns>
 public override string ToString()
 {
     return(ExpressionStringBuilder.MemberBindingToString(this));
 }