C# Class LSLib.LS.Story.AdapterRef

Inheritance: OsirisSerializable
ファイルを表示 Open project: Norbyte/lslib Class Usage Examples

Public Properties

Property Type Description
AdapterIndex System.UInt32

Public Methods

Method Description
DebugDump ( TextWriter writer, Story story ) : void
IsValid ( ) : bool
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

IsValid() public method

public IsValid ( ) : bool
return bool

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

AdapterIndex public_oe property

public UInt32,System AdapterIndex
return System.UInt32