Beispiel #1
0
 public static string ToString(List <Value> list)
 {
     Debug.Assert(list != null);
     return(ValueList.ToString(list));
 }