コード例 #1
0
 public bool HasAnyFlag(Enum value, Enum otherFlags)
 {
     return(_cache.HasAnyFlag(ToInt(value), ToInt(otherFlags)));
 }