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