Search Results for

    Show / Hide Table of Contents

    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
    In This Article
    Back to top Copyright © 2025 AkiKurisu
    Generated with DocFX