C# Class LSLib.LS.Story.TreeNode

Inheritance: Node
Mostra file Open project: Norbyte/lslib

Public Properties

Property Type Description
NextNode NodeEntryItem

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

NextNode public_oe property

public NodeEntryItem NextNode
return NodeEntryItem