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