Example #1
0
 public string Informacja()
 {
     return(Name + " Length training: " + Training.Count() + " Length testing: " + Testing.Count());
 }