예제 #1
0
 public override string ToString()
 {
     return(string.Join(", ", Objects.ConvertAll(x => x.ToString()).ToArray()));
 }