_Value(object value, Type type)
static T Remove< T >(this Enum value, T remove)
static bool Has< T >(this Enum value, T check)
static bool Missing< T >(this Enum obj, T value)
static T Include< T >(this Enum value, T append)
static long ToInt64(object? value)
static ulong ToUInt64(object? value)
static Type GetUnderlyingType(Type enumType)
static object Parse(Type enumType, string value)
static ? Type GetType(string typeName, bool throwOnError, bool ignoreCase)
override bool Equals(object? o)