|
PeanutButter
|
This is the complete list of members for PeanutButter.Utils.FlagExtensions, including all inherited members.
| HasFlag(this int value, int flag) | PeanutButter.Utils.FlagExtensions | static |
| HasFlag< T >(this T enumValue, T flag) | PeanutButter.Utils.FlagExtensions | static |
| HasFlags(this int value, int flag1, int flag2, params int[] moreFlags) | PeanutButter.Utils.FlagExtensions | static |
| HasFlags(this int value, IEnumerable< int > flags) | PeanutButter.Utils.FlagExtensions | static |
| HasFlags< T >(this T value, T flag1, T flag2, params T[] moreFlags) | PeanutButter.Utils.FlagExtensions | static |
| WithFlag(this int value, int flag) | PeanutButter.Utils.FlagExtensions | static |
| WithFlag< T >(this T enumValue, T flag) | PeanutButter.Utils.FlagExtensions | static |
| WithoutFlag(this int value, int flag) | PeanutButter.Utils.FlagExtensions | static |
| WithoutFlag< T >(this T enumValue, T flag) | PeanutButter.Utils.FlagExtensions | static |