Summary
Initializes a new instance of the
InjectableMethodBuilder class.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- Injectable
Method Builder
Syntax
public InjectableMethodBuilder(Type container, ImmutableArray<string> methodNames)
Parameters
| Name | Type | Description |
|---|---|---|
| container | Type | The container. |
| methodNames | ImmutableArray |
The method names. |
Return Value
| Type | Description |
|---|---|
| void |
