C# Class Fanx.Fcode.FTable

Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
FTable ( FPod pod ) : System

Method Details

FTable() protected méthode

protected FTable ( FPod pod ) : System
pod FPod
Résultat System

dump() public méthode

public dump ( FPod pod, TextWriter writer ) : void
pod FPod
writer System.IO.TextWriter
Résultat void

get() public méthode

public get ( int index ) : object
index int
Résultat object

read() public abstract méthode

public abstract read ( FStore input ) : FTable
input FStore
Résultat FTable

size() public méthode

public size ( ) : int
Résultat int

toString() public méthode

public toString ( int index ) : string
index int
Résultat string