Ejemplo n.º 1
0
 /// <summary>
 /// Returns a string representation of the receiver's shape.
 /// </summary>
 public String ToStringShort()
 {
     return(AbstractFormatter.Shape(this));
 }
 /// <summary>
 /// Teturns a string representation of the receiver's shape.
 /// </summary>
 /// <returns>
 /// A string representation of the receiver's shape.
 /// </returns>
 public override string ToString()
 {
     return(AbstractFormatter.Shape(this));
 }