Beispiel #1
0
 public Enum CombineFlags(Enum value, Enum otherFlags)
 {
     return(ToEnum(_cache.CombineFlags(ToInt(value), ToInt(otherFlags))));
 }