// Assembly: mscorlib
// Full name: System.Globalization.UnicodeCategory

namespace System.Globalization
{
public class UnicodeCategory // TypeDefIndex: 4653
{
	// Fields
	type#20890 value__;
	type#28023 UppercaseLetter;
	type#28023 LowercaseLetter;
	type#28023 TitlecaseLetter;
	type#28023 ModifierLetter;
	type#28023 OtherLetter;
	type#28023 NonSpacingMark;
	type#28023 SpacingCombiningMark;
	type#28023 EnclosingMark;
	type#28023 DecimalDigitNumber;
	type#28023 LetterNumber;
	type#28023 OtherNumber;
	type#28023 SpaceSeparator;
	type#28023 LineSeparator;
	type#28023 ParagraphSeparator;
	type#28023 Control;
	type#28023 Format;
	type#28023 Surrogate;
	type#28023 PrivateUse;
	type#28023 ConnectorPunctuation;
	type#28023 DashPunctuation;
	type#28023 OpenPunctuation;
	type#28023 ClosePunctuation;
	type#28023 InitialQuotePunctuation;
	type#28023 FinalQuotePunctuation;
	type#28023 OtherPunctuation;
	type#28023 MathSymbol;
	type#28023 CurrencySymbol;
	type#28023 ModifierSymbol;
	type#28023 OtherSymbol;
	type#28023 OtherNotAssigned;
}
}
