C# (CSharp) EnumsNET.NonGeneric Namespace

Classes

Name Description
NonGenericEnumComparer A non-generic enum comparer.
NonGenericEnumInfo
NonGenericEnums A non-generic implementation of the static class Enums. When the type is known at compile-time the Enums class should be used instead, to provide type safety and to avoid boxing.
NonGenericFlagEnums A non-generic implementation of the static class FlagEnums. When the type is known at compile-time the FlagEnums class should be used instead, to provide type safety and to avoid boxing.