C# Class System.Xml.CharEntityEncoderFallbackBuffer

Inheritance: System.Text.EncoderFallbackBuffer
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Fallback ( char charUnknownHigh, char charUnknownLow, int index ) : bool
Fallback ( char charUnknown, int index ) : bool
GetNextChar ( ) : char
MovePrevious ( ) : bool
Reset ( ) : void

Private Methods

Méthode Description
CharEntityEncoderFallbackBuffer ( CharEntityEncoderFallback parent ) : System.Text

Method Details

Fallback() public méthode

public Fallback ( char charUnknownHigh, char charUnknownLow, int index ) : bool
charUnknownHigh char
charUnknownLow char
index int
Résultat bool

Fallback() public méthode

public Fallback ( char charUnknown, int index ) : bool
charUnknown char
index int
Résultat bool

GetNextChar() public méthode

public GetNextChar ( ) : char
Résultat char

MovePrevious() public méthode

public MovePrevious ( ) : bool
Résultat bool

Reset() public méthode

public Reset ( ) : void
Résultat void