C# Class Mono.Globalization.Unicode.CharMapEntry

Datei anzeigen Open project: runefs/Marvin Class Usage Examples

Public Properties

Property Type Description
Category byte
Defined bool
Level1 byte
Level2 byte

Public Methods

Method Description
CharMapEntry ( byte category, byte level1, byte level2 ) : System

Method Details

CharMapEntry() public method

public CharMapEntry ( byte category, byte level1, byte level2 ) : System
category byte
level1 byte
level2 byte
return System

Property Details

Category public_oe property

public byte Category
return byte

Defined public_oe property

public bool Defined
return bool

Level1 public_oe property

public byte Level1
return byte

Level2 public_oe property

public byte Level2
return byte