Esempio n. 1
0
 public static bool BitwiseHasFlag(this Enum flag, long value)
 {
     return((flag.AsLong() & value) == value);
 }