C# Class Mono.Globalization.Unicode.CharMapEntry

Show file 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 property

public byte Category
return byte

Defined public property

public bool Defined
return bool

Level1 public property

public byte Level1
return byte

Level2 public property

public byte Level2
return byte