Example #1
0
 public static IEnumerable <T> EmptyEnumerableOf <T>()
 {
     return(Generate.EmptyEnumerableOf <T>());
 }