C# Class LSLib.LS.Story.Tuple

Inheritance: OsirisSerializable
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
Logical Value>.Dictionary
Physical List

Méthodes publiques

Méthode Description
DebugDump ( TextWriter writer, Story story ) : void
MakeScript ( TextWriter writer, Story story, bool printTypes = false ) : void
Read ( OsiReader reader ) : void
Write ( OsiWriter writer ) : void

Method Details

DebugDump() public méthode

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
Résultat void

MakeScript() public méthode

public MakeScript ( TextWriter writer, Story story, bool printTypes = false ) : void
writer System.IO.TextWriter
story Story
printTypes bool
Résultat void

Read() public méthode

public Read ( OsiReader reader ) : void
reader OsiReader
Résultat void

Write() public méthode

public Write ( OsiWriter writer ) : void
writer OsiWriter
Résultat void

Property Details

Logical public_oe property

public Dictionary Logical
Résultat Value>.Dictionary

Physical public_oe property

public List Physical
Résultat List