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