Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
generic <typename TEnum>
where TEnum : value classpublic ref class SafeEnum
public class SafeEnum<TEnum> where TEnum : struct
type SafeEnum<'Enum (requires 'Enum : struct)> = class