NodeContainer<T> Class

Namespace
CondenserDotNet.Server.RoutingTrie
Interfaces
  • IEnumerable<Tuple<string[], Node<T>>>
  • IEnumerable
Base Types
  • object
graph TD Base0["object"]-->Type Interface0["IEnumerable<Tuple<string[], Node<T>>>"]-.->Type Interface1["IEnumerable"]-.->Type Type["NodeContainer<T>"] class Type type-node

Syntax

public class NodeContainer<T> : IEnumerable<Tuple<string[], Node<T>>>, IEnumerable

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
Count int
KeyLength int
this[string[]] Node<T>

Methods