Beispiel #1
0
 public bool Collection_FastLinq()
 {
     return(FastLinq.Any(this.collection));
 }
Beispiel #2
0
 public bool IList_FastLinq()
 {
     return(FastLinq.Any(this.ilist));
 }
Beispiel #3
0
 public bool Array_FastLinq()
 {
     return(FastLinq.Any(this.array));
 }