C# Class DataTree

Afficher le fichier Open project: imann24/cs327-bestmobilegameever Class Usage Examples

Méthodes publiques

Свойство Type Description
Root DataNode,

Méthodes publiques

Méthode Description
Add ( string value ) : void
DataTree ( ) : UnityEngine
LeafCount ( ) : int
SearchForNodeByValue ( string value ) : DataNode,
ToString ( ) : string
this ( int index ) : DataNode,
this ( string keyInChildren ) : string

Method Details

Add() public méthode

public Add ( string value ) : void
value string
Résultat void

DataTree() public méthode

public DataTree ( ) : UnityEngine
Résultat UnityEngine

LeafCount() public méthode

public LeafCount ( ) : int
Résultat int

SearchForNodeByValue() public méthode

public SearchForNodeByValue ( string value ) : DataNode,
value string
Résultat DataNode,

ToString() public méthode

public ToString ( ) : string
Résultat string

this() public méthode

public this ( int index ) : DataNode,
index int
Résultat DataNode,

this() public méthode

public this ( string keyInChildren ) : string
keyInChildren string
Résultat string

Property Details

Root public_oe property

public DataNode, Root
Résultat DataNode,