C# Class Portable.Text.CodeTable

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

Méthodes publiques

Méthode Description
CodeTable ( string name ) : System
Dispose ( ) : void
GetSection ( int num ) : byte[]

Method Details

CodeTable() public méthode

public CodeTable ( string name ) : System
name string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GetSection() public méthode

public GetSection ( int num ) : byte[]
num int
Résultat byte[]