Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
LSLib
LS
Node
C# Class LSLib.LS.Node
ファイルを表示
Open project: Norbyte/lslib
Class Usage Examples
Public Properties
Property
Type
Description
Attributes
NodeAttribute>.Dictionary
Children
List
>.Dictionary
Name
string
Parent
Node
Public Methods
Method
Description
AppendChild
(
Node
child
) :
void
TotalChildCount
( ) :
int
Method Details
AppendChild()
public
method
public
AppendChild
(
Node
child
) :
void
child
Node
return
void
TotalChildCount()
public
method
public
TotalChildCount
( ) :
int
return
int
Property Details
Attributes
public_oe property
public
Dictionary
Attributes
return
NodeAttribute>.Dictionary
Children
public_oe property
public
Dictionary
>
Children
return
List
>.Dictionary
Name
public_oe property
public
string
Name
return
string
Parent
public_oe property
public
Node,LSLib.LS
Parent
return
Node