Method | Description | |
---|---|---|
HasFlag ( this variable, |
A FX 3.5 way to mimic the FX4 "HasFlag" method.
|
public static HasFlag ( this variable, |
||
variable | this | The tested enum. |
value | The value to test. | |
return | bool |