Exemplo n.º 1
0
 static string ToString(SplitArray <char> sary)
 {
     return(new string( sary.ToArray()));
 }