C# 클래스 Fanx.Fcode.FTable

파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
dump ( FPod pod, TextWriter writer ) : void
get ( int index ) : object
read ( FStore input ) : FTable
size ( ) : int
toString ( int index ) : string

보호된 메소드들

메소드 설명
FTable ( FPod pod ) : System

메소드 상세

FTable() 보호된 메소드

protected FTable ( FPod pod ) : System
pod FPod
리턴 System

dump() 공개 메소드

public dump ( FPod pod, TextWriter writer ) : void
pod FPod
writer System.IO.TextWriter
리턴 void

get() 공개 메소드

public get ( int index ) : object
index int
리턴 object

read() 공개 추상적인 메소드

public abstract read ( FStore input ) : FTable
input FStore
리턴 FTable

size() 공개 메소드

public size ( ) : int
리턴 int

toString() 공개 메소드

public toString ( int index ) : string
index int
리턴 string