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. |