C# Class Portable.Text.GB18030Source.GB18030Map

ファイルを表示 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_oe property

public bool Dummy
return bool

GEnd public_oe property

public long GEnd
return long

GStart public_oe property

public long GStart
return long

UEnd public_oe property

public int UEnd
return int

UStart public_oe property

public int UStart
return int