| public nothrow | ExtendedCharacterInfo() |
| public inline nothrow const List<Alias>& | Aliases() const |
| public inline nothrow BidiClassId | BidiClassValue() const |
| public inline nothrow uchar | BidiMirroringGlyph() const |
| public inline nothrow uchar | BidiPairedBracket() |
| public inline nothrow BidiPairedBracketTypeId | BidiPairedBracketTypeValue() const |
| public inline nothrow byte | CanonicalCombiningClass() const |
| public inline nothrow const String<char>& | CharacterName() const |
| public inline nothrow const String<uchar>& | FullFolding() const |
| public inline nothrow const String<uchar>& | FullLower() const |
| public inline nothrow const String<uchar>& | FullTitle() const |
| public inline nothrow const String<uchar>& | FullUpper() const |
| public inline nothrow NumericTypeId | NumericTypeValue() const |
| public inline nothrow const String<uchar>& | NumericValue() const |
| public void | Read(BinaryReader& reader) |
| public inline nothrow const String<char>& | Unicode1Name() const |
| private List<Alias> | aliases |
| private BidiClassId | bidiClass |
| private uchar | bidiMirroringGlyph |
| private uchar | bidiPairedBracket |
| private BidiPairedBracketTypeId | bidiPairedBracketType |
| private byte | canonicalCombiningClass |
| private String<char> | characterName |
| private String<uchar> | fullFolding |
| private String<uchar> | fullLower |
| private String<uchar> | fullTitle |
| private String<uchar> | fullUpper |
| private NumericTypeId | numericType |
| private String<uchar> | numericValue |
| private String<char> | unicode1Name |