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