public string TestGetArray(TestGetArrayModel model)
 {
     return model.Names.Length + " -> " + model.Names.JoinAsString(" # ");
 }
Beispiel #2
0
 public string TestGetArray(TestGetArrayModel model)
 {
     return(model.Names.Length + " -> " + model.Names.JoinAsString(" # "));
 }