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