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