Summary
Creates the specified container.
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Containing Type
- Injectable
Method Builder
Syntax
public static InjectableMethodBuilder Create(Type container, string methodName)
Parameters
Name | Type | Description |
---|---|---|
container | Type | The container. |
methodName | string | Name of the method. |
Return Value
Type | Description |
---|---|
Injectable |