示例#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));
 }
 /// <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));
 }
 /// <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.CatchBlockToString(this));
 }
示例#4
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));
 }
 /// <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));
 }