C# 클래스 Portable.Text.CodeTable

상속: IDisposable
파일 보기 프로젝트 열기: jstedfast/Portable.Text.Encoding

공개 메소드들

메소드 설명
CodeTable ( string name ) : System
Dispose ( ) : void
GetSection ( int num ) : byte[]

메소드 상세

CodeTable() 공개 메소드

public CodeTable ( string name ) : System
name string
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetSection() 공개 메소드

public GetSection ( int num ) : byte[]
num int
리턴 byte[]