Beispiel #1
0
 public List<Master> this[MasterKind kind]
 {
     get
     {
         return cache[kind];
     }
 }
Beispiel #2
0
 public List <Master> this[MasterKind kind]
 {
     get
     {
         return(cache[kind]);
     }
 }