C# Class Portable.Text.GB18030Source.GB18030Map

Afficher le fichier Open project: jstedfast/Portable.Text.Encoding

Méthodes publiques

Свойство Type Description
Dummy bool
GEnd long
GStart long
UEnd int
UStart int

Méthodes publiques

Méthode Description
GB18030Map ( int ustart, int uend, long gstart, long gend, bool dummy ) : System

Method Details

GB18030Map() public méthode

public GB18030Map ( int ustart, int uend, long gstart, long gend, bool dummy ) : System
ustart int
uend int
gstart long
gend long
dummy bool
Résultat System

Property Details

Dummy public_oe property

public bool Dummy
Résultat bool

GEnd public_oe property

public long GEnd
Résultat long

GStart public_oe property

public long GStart
Résultat long

UEnd public_oe property

public int UEnd
Résultat int

UStart public_oe property

public int UStart
Résultat int