Esempio n. 1
0
 public static IEnumerable <FilterType> Types(this FilterCategory category) => category.Info()?.Types ?? new FilterType[0];
Esempio n. 2
0
 public static string?Name(this FilterCategory category) => category.Info()?.Name;