GetChild

GetChild(int)

지정된 인덱스에서 하위 노드를 가져옵니다.

public Node GetChild(int index)
모수유형설명
indexInt32색인.

반환 값

아이.

또한보십시오


GetChild(string)

지정된 name 를 가진 하위 노드를 가져옵니다.

public Node GetChild(string nodeName)
모수유형설명
nodeNameString찾을 자식 이름입니다.

반환 값

아이.

또한보십시오