- Namespace
- CondenserDotNet
.Server .RoutingTrie - Containing Type
- Node
<T>
Syntax
public Node(string[] prefix, string pathToHere, int initialKeySize, Func<ChildContainer<T>> factory)
Parameters
Name | Type | Description |
---|---|---|
prefix | string[] | |
pathToHere | string | |
initialKeySize | int | |
factory | Func |
Return Value
Type | Description |
---|---|
void |