C# Class Fanx.Fcode.FTable

Exibir arquivo Open project: xored/f4 Class Usage Examples

Public Methods

Method Description
dump ( FPod pod, TextWriter writer ) : void
get ( int index ) : object
read ( FStore input ) : FTable
size ( ) : int
toString ( int index ) : string

Protected Methods

Method Description
FTable ( FPod pod ) : System

Method Details

FTable() protected method

protected FTable ( FPod pod ) : System
pod FPod
return System

dump() public method

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

get() public method

public get ( int index ) : object
index int
return object

read() public abstract method

public abstract read ( FStore input ) : FTable
input FStore
return FTable

size() public method

public size ( ) : int
return int

toString() public method

public toString ( int index ) : string
index int
return string