Пример #1
0
 public Enum RemoveFlags(Enum value, Enum otherFlags)
 {
     return(ToEnum(_cache.RemoveFlags(ToInt(value), ToInt(otherFlags))));
 }