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