public static IEnumerable <T> seq <T>(OptionUnsafe <T> value) =>
 value.AsEnumerable();
Exemple #2
0
 public static IQueryable <T> toQuery <T>(OptionUnsafe <T> option) =>
 option.AsEnumerable().AsQueryable();