C# Class NetUtils.Node

Afficher le fichier Open project: Gl237man/mineroute Class Usage Examples

Méthodes publiques

Свойство Type Description
HaveCout bool
Marked bool
NodeName string
NodeType string

Méthodes publiques

Méthode Description
GetLutKey ( ) : string
IsLut ( ) : bool
ReadFromString ( string instr ) : void
ToString ( ) : string

Method Details

GetLutKey() public méthode

public GetLutKey ( ) : string
Résultat string

IsLut() public méthode

public IsLut ( ) : bool
Résultat bool

ReadFromString() public méthode

public ReadFromString ( string instr ) : void
instr string
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

HaveCout public_oe property

public bool HaveCout
Résultat bool

Marked public_oe property

public bool Marked
Résultat bool

NodeName public_oe property

public string NodeName
Résultat string

NodeType public_oe property

public string NodeType
Résultat string