C# Class LSLib.LS.Story.TypedValue

Inheritance: Value
Mostrar archivo Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
IsAType bool
IsValid bool
OutParam bool

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
Read ( OsiReader reader ) : void
Write ( OsiWriter writer ) : void

Method Details

DebugDump() public method

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
return void

Read() public method

public Read ( OsiReader reader ) : void
reader OsiReader
return void

Write() public method

public Write ( OsiWriter writer ) : void
writer OsiWriter
return void

Property Details

IsAType public_oe property

public bool IsAType
return bool

IsValid public_oe property

public bool IsValid
return bool

OutParam public_oe property

public bool OutParam
return bool