Node<T> Class

Namespace
CondenserDotNet.Server.RoutingTrie
Base Types
  • object
graph TD Base0["object"]-->Type Type["Node<T>"] class Type type-node

Syntax

public class Node<T>

Type Parameters

Name Description
T

Constructors

Properties

Name Value Summary
ChildrenNodes NodeContainer<T>
Path string
Prefix string[]
Services ChildContainer<T>

Methods