91 if (text2 ==
null || text2 !=
null)
113 return string.Join(
", ",
array);
199 return default(
bool);
class f__AnonymousType0<< Count > j__TPar
static string ToEnumName(Type enumType, string enumText, bool camelCaseText)
static IList< EnumValue< ulong > > GetNamesAndValues< T >()
static object ParseEnumName(string enumText, bool isNullable, Type t)
static IList< object > GetValues(Type enumType)
static IList< string > GetNames(Type enumType)
static readonly ThreadSafeStore< Type, BidirectionalDictionary< string, string > > EnumMemberNamesPerType
static IList< EnumValue< TUnderlyingType > > GetNamesAndValues< TUnderlyingType >(Type enumType)
static string ResolvedEnumName(BidirectionalDictionary< string, string > map, string enumText)
static IList< T > GetFlagsValues< T >(T value)
static BidirectionalDictionary< string, string > InitializeEnumType(Type type)
static string ToCamelCase(string s)