Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
LSLib
LS
Node
C# Class LSLib.LS.Node
Afficher le fichier
Open project: Norbyte/lslib
Class Usage Examples
Méthodes publiques
Свойство
Type
Description
Attributes
NodeAttribute>.Dictionary
Children
List
>.Dictionary
Name
string
Parent
Node
Méthodes publiques
Méthode
Description
AppendChild
(
Node
child
) :
void
TotalChildCount
( ) :
int
Method Details
AppendChild()
public
méthode
public
AppendChild
(
Node
child
) :
void
child
Node
Résultat
void
TotalChildCount()
public
méthode
public
TotalChildCount
( ) :
int
Résultat
int
Property Details
Attributes
public_oe property
public
Dictionary
Attributes
Résultat
NodeAttribute>.Dictionary
Children
public_oe property
public
Dictionary
>
Children
Résultat
List
>.Dictionary
Name
public_oe property
public
string
Name
Résultat
string
Parent
public_oe property
public
Node,LSLib.LS
Parent
Résultat
Node