Table of Contents

Interface IReadOnlyLinkedNode

Namespace
Ceres.Graph
Assembly
cs.temp.dll.dll

Interface for iterate read-only linked node

public interface IReadOnlyLinkedNode

Methods

GetChildAt(int)

Get child not at index

CeresNode GetChildAt(int index)

Parameters

index int

Returns

CeresNode

GetChildrenCount()

Get child node count

int GetChildrenCount()

Returns

int