C# Class EveCache.SNode

Show file Open project: jason-watkins/EveCache.Net Class Usage Examples

Protected Properties

Property Type Description
__id__ int

Public Methods

Method Description
AddMember ( SNode node ) : void
Clone ( ) : SNode
DumpNode ( SNode node, int offset ) : string
DumpNodes ( string fileName ) : void
SNode ( EStreamCode t ) : System
SNode ( SNode source ) : System
ToString ( ) : string

Private Methods

Method Description
SNode ( ) : System

Method Details

AddMember() public method

public AddMember ( SNode node ) : void
node SNode
return void

Clone() public method

public Clone ( ) : SNode
return SNode

DumpNode() public static method

public static DumpNode ( SNode node, int offset ) : string
node SNode
offset int
return string

DumpNodes() public static method

public static DumpNodes ( string fileName ) : void
fileName string
return void

SNode() public method

public SNode ( EStreamCode t ) : System
t EStreamCode
return System

SNode() public method

public SNode ( SNode source ) : System
source SNode
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

__id__ protected property

protected int __id__
return int