Method AreFlagsDefined
AreFlagsDefined<T>(T)
Determines whether the value's flags are all defined and they are a valid combination (i.e. the value can actually be represented by combining defined flags).
Declaration
public static bool AreFlagsDefined<T>(this T value) where T : unmanaged, Enum
Parameters
| Type | Name | Description |
|---|---|---|
| T | value |
Returns
| Type | Description |
|---|---|
| bool |
Type Parameters
| Name | Description |
|---|---|
| T |