Esempio n. 1
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));
 }