Exemple #1
0
 public static IEnumerable <T> EnumerableWith <T>(IEnumerable <T> included)
 {
     return(Generate.EnumerableWith(included));
 }