コード例 #1
0
 public static bool BitwiseHasFlag(this Enum flag, short value)
 {
     return((flag.AsShort() & value) == value);
 }