Пример #1
0
 /// <summary>
 /// Gets a List of all matches
 /// </summary>
 /// <returns>List of matches</returns>
 public override List <Match> GetAll()
 {
     return(ItemsCollection.ToList());
 }