Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
LSLib
LS
Node
C# 클래스 LSLib.LS.Node
파일 보기
프로젝트 열기: Norbyte/lslib
1 사용 예제들
공개 프로퍼티들
프로퍼티
타입
설명
Attributes
NodeAttribute>.Dictionary
Children
List
>.Dictionary
Name
string
Parent
Node
공개 메소드들
메소드
설명
AppendChild
(
Node
child
) :
void
TotalChildCount
( ) :
int
메소드 상세
AppendChild()
공개
메소드
public
AppendChild
(
Node
child
) :
void
child
Node
리턴
void
TotalChildCount()
공개
메소드
public
TotalChildCount
( ) :
int
리턴
int
프로퍼티 상세
Attributes
공개적으로 프로퍼티
public
Dictionary
Attributes
리턴
NodeAttribute>.Dictionary
Children
공개적으로 프로퍼티
public
Dictionary
>
Children
리턴
List
>.Dictionary
Name
공개적으로 프로퍼티
public
string
Name
리턴
string
Parent
공개적으로 프로퍼티
public
Node,LSLib.LS
Parent
리턴
Node