Пример #1
0
 /// <summary>
 /// returns a string representation of the table.
 /// </summary>
 /// <returns>
 /// string representation of the table
 /// </returns>
 public string GetTableDisplayString()
 {
     return(propertyTable.GetTableDisplayString());
 }