Search Results for

    Show / Hide Table of Contents

    Interface IRecImmDictIndexedTreeEdge<TEdge, TNode>

    An edge of a IRecImmDictIndexedTreeNode<TEdge, TNode>, directionally linking two nodes and forming a path hop.

    Namespace: MoreStructures.RecImmTrees
    Assembly: MoreStructures.dll
    Syntax
    public interface IRecImmDictIndexedTreeEdge<TEdge, TNode>
        where TEdge : IRecImmDictIndexedTreeEdge<TEdge, TNode> where TNode : IRecImmDictIndexedTreeNode<TEdge, TNode>
    Type Parameters
    Name Description
    TEdge

    The type of edges of the specific structure.

    TNode

    The type of nodes of the specific structure.

    Extension Methods

    SuffixStructureNodeExtensions.GetAllSuffixesFor<TEdge, TNode>(TNode, TextWithTerminator)
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX