Overload | Description |
---|---|
GetFlags(Type) | Gets the flags for the given enumeration. This method should be used only for enumerations, which represent a set of flags. |
GetFlags<TEnum>() | Gets the flags for the given enumeration. This method should be used only for enumerations, which represent a set of flags. |
GetFlags<TEnum>(TEnum) | Gets the flags set the given enumeration value. This method should be used only for enumerations, which represent a set of flags. |