- 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 |
|
| Path | string | |
| Prefix | string[] | |
| Services | ChildContainer |
Methods
| Name | Value | Summary |
|---|---|---|
| AddRoute |
void | |
| CloneWithNewPrefix |
Node |
|
| Compress |
void | |
| GetService |
T | |
| MaxDepth |
int | |
| ToString |
string |
