Class EnumFlags¶ Conversion to UInt64 is used to support enums with any underlying type. Supports enums with the following underlying types:byte, sbyte, short, ushort, int, uint, long, or ulong Methods¶ void T&.ClearFlag(T flag)¶ IEnumerable T.GetFlags()¶ void T&.SetFlag(T flag)¶ void T&.SetFlags(IEnumerable flagsToSet)¶ void T&.ToggleFlag(T flag)¶