Exemple #1
0
 public bool IsValidFlagCombination(Enum value)
 {
     return(_cache.IsValidFlagCombination(ToInt(value)));
 }