Interface IReadOnlyLinkedNode
Interface for iterate read-only linked node
Namespace: Ceres.Graph
Assembly: cs.temp.dll.dll
Syntax
public interface IReadOnlyLinkedNode
Methods
GetChildAt(int)
Get child not at index
Declaration
CeresNode GetChildAt(int index)
Parameters
Type | Name | Description |
---|---|---|
int | index |
Returns
Type | Description |
---|---|
CeresNode |
GetChildrenCount()
Get child node count
Declaration
int GetChildrenCount()
Returns
Type | Description |
---|---|
int |