Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
Portable
Text
CodeTable
C# Class Portable.Text.CodeTable
Inheritance:
IDisposable
Mostra file
Open project: jstedfast/Portable.Text.Encoding
Public Methods
Method
Description
CodeTable
(
string
name
) :
System
Dispose
( ) :
void
GetSection
(
int
num
) :
byte[]
Method Details
CodeTable()
public
method
public
CodeTable
(
string
name
) :
System
name
string
return
System
Dispose()
public
method
public
Dispose
( ) :
void
return
void
GetSection()
public
method
public
GetSection
(
int
num
) :
byte[]
num
int
return
byte[]