Attempting to test if an enumeration has a flags attribute by using EnumFlagsUtils.DoesEnumHaveFlagsAttribute( Enum enumerationToTest ) always returns false, even when the enum has the Flags attribute.
Comments:
Comments: