Method EnumIsFlags
EnumIsFlags(Type)
Returns whether enumeration has FlagsAttribute.
public static bool EnumIsFlags(Type type)
Parameters
type
TypeType of enumeration.
Returns whether enumeration has FlagsAttribute.
public static bool EnumIsFlags(Type type)
type
TypeType of enumeration.