Class GuideTree
public class GuideTree
- Inheritance
-
GuideTree
- Inherited Members
- Extension Methods
Constructors
GuideTree(List<GuideTreeNode>)
public GuideTree(List<GuideTreeNode> roots)
Parameters
roots
List<GuideTreeNode>
Properties
Current
public GuideTreeNode Current { get; }
Property Value
CurrentIndex
public int CurrentIndex { get; }
Property Value
Roots
public List<GuideTreeNode> Roots { get; }
Property Value
Methods
Foreach(Action<GuideTreeNode>)
public void Foreach(Action<GuideTreeNode> action)
Parameters
action
Action<GuideTreeNode>
Next()
public GuideTreeNode Next()