C# Class System.Xml.IncrementalReadCharsDecoder

Inheritance: IncrementalReadDecoder
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description
Decode int
Decode int
IncrementalReadCharsDecoder System.Diagnostics
Reset void
SetNextOutputBuffer void

Private Methods

Méthode Description
Decode ( char chars, int startPos, int len ) : int
Decode ( string str, int startPos, int len ) : int
IncrementalReadCharsDecoder ( ) : System.Diagnostics
Reset ( ) : void
SetNextOutputBuffer ( Array buffer, int index, int count ) : void