C# Class Portable.Text.GB18030Source.GB18030Map

Show file Open project: jstedfast/Portable.Text.Encoding

Public Properties

Property Type Description
Dummy bool
GEnd long
GStart long
UEnd int
UStart int

Public Methods

Method Description
GB18030Map ( int ustart, int uend, long gstart, long gend, bool dummy ) : System

Method Details

GB18030Map() public method

public GB18030Map ( int ustart, int uend, long gstart, long gend, bool dummy ) : System
ustart int
uend int
gstart long
gend long
dummy bool
return System

Property Details

Dummy public property

public bool Dummy
return bool

GEnd public property

public long GEnd
return long

GStart public property

public long GStart
return long

UEnd public property

public int UEnd
return int

UStart public property

public int UStart
return int