C# 클래스 DataTree

파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Root DataNode,

공개 메소드들

메소드 설명
Add ( string value ) : void
DataTree ( ) : UnityEngine
LeafCount ( ) : int
SearchForNodeByValue ( string value ) : DataNode,
ToString ( ) : string
this ( int index ) : DataNode,
this ( string keyInChildren ) : string

메소드 상세

Add() 공개 메소드

public Add ( string value ) : void
value string
리턴 void

DataTree() 공개 메소드

public DataTree ( ) : UnityEngine
리턴 UnityEngine

LeafCount() 공개 메소드

public LeafCount ( ) : int
리턴 int

SearchForNodeByValue() 공개 메소드

public SearchForNodeByValue ( string value ) : DataNode,
value string
리턴 DataNode,

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( int index ) : DataNode,
index int
리턴 DataNode,

this() 공개 메소드

public this ( string keyInChildren ) : string
keyInChildren string
리턴 string

프로퍼티 상세

Root 공개적으로 프로퍼티

public DataNode, Root
리턴 DataNode,