Method FindPathConeToLeaves
FindPathConeToLeaves(T)
Finds every node along paths from the starting node to leaves.
Declaration
public HashSet<T> FindPathConeToLeaves(T node)
Parameters
| Type | Name | Description |
|---|---|---|
| T | node | The node to start from. |
Returns
| Type | Description |
|---|---|
| HashSet<T> | All nodes encountered along paths to leaves. |