- Namespace
- CondenserDotNet
.Server .RoutingTrie - Base Types
-
- object
graph TD
Base0["object"]-->Type
Type["ChildContainer<T>"]
class Type type-node
Syntax
public class ChildContainer<T>
Type Parameters
| Name | Description |
|---|---|
| T |
Constructors
| Name | Summary |
|---|---|
| ChildContainer |
Properties
| Name | Value | Summary |
|---|---|---|
| Count | int |
Methods
| Name | Value | Summary |
|---|---|---|
| AddService |
void | |
| GetService |
T | |
| RemoveService |
bool | |
| SetRoutingStrategy |
void | |
| ToString |
string |
