C# Class LSLib.LS.Story.TypedValue

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

Méthodes publiques

Свойство Type Description
IsAType bool
IsValid bool
OutParam bool

Méthodes publiques

Méthode Description
DebugDump ( TextWriter writer, Story story ) : 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

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

IsAType public_oe property

public bool IsAType
Résultat bool

IsValid public_oe property

public bool IsValid
Résultat bool

OutParam public_oe property

public bool OutParam
Résultat bool