C# Class EveCache.SNode

Afficher le fichier Open project: jason-watkins/EveCache.Net Class Usage Examples

Protected Properties

Свойство Type Description
__id__ int

Méthodes publiques

Méthode 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

Méthode Description
SNode ( ) : System

Method Details

AddMember() public méthode

public AddMember ( SNode node ) : void
node SNode
Résultat void

Clone() public méthode

public Clone ( ) : SNode
Résultat SNode

DumpNode() public static méthode

public static DumpNode ( SNode node, int offset ) : string
node SNode
offset int
Résultat string

DumpNodes() public static méthode

public static DumpNodes ( string fileName ) : void
fileName string
Résultat void

SNode() public méthode

public SNode ( EStreamCode t ) : System
t EStreamCode
Résultat System

SNode() public méthode

public SNode ( SNode source ) : System
source SNode
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

__id__ protected_oe property

protected int __id__
Résultat int