Summary
Injectable method builder
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Base Types
-
- Object
- Injectable
Method Builder Base
graph BT
Type-->Base0["InjectableMethodBuilderBase"]
click Base0 "/api/Rocket.Surgery.Reflection/InjectableMethodBuilderBase"
Base0-->Base1["Object"]
Type["InjectableMethodBuilder<T, T2, T3, T4, T5, T6>"]
class Type type-node
Syntax
public class InjectableMethodBuilder<T, T2, T3, T4, T5, T6> : InjectableMethodBuilderBase
Attributes
| Type | Description |
|---|---|
| Nullable |
|
| NullableAttribute | |
| PublicAPIAttribute |
Type Parameters
| Name | Description |
|---|---|
| T | |
| T2 | The type of the 2. |
| T3 | The type of the 3. |
| T4 | The type of the 4. |
| T5 | The type of the 5. |
| T6 | The type of the 6. |
Properties
| Name | Value | Summary |
|---|---|---|
| Container | TypeInfo |
Gets the container.
Inherited from Injectable
|
| MethodNames | ImmutableArray |
Gets the method names.
Inherited from Injectable
|
Methods
| Name | Value | Summary |
|---|---|---|
| Compile |
Action |
Compiles this instance.
|
| Compile |
ValueTuple |
Compiles the specified arguments.
Inherited from Injectable
|
| Compile |
Func |
Compiles this instance.
|
| CompileCompileStatic |
Action |
Compiles the compile static.
|
| CompileStatic |
Func |
Compiles the static.
|
| ForMethod |
Injectable |
Fors the method.
|
| GetMethodInfo |
MethodInfo |
Gets the method information.
Inherited from Injectable
|
| WithParameter |
Injectable |
Withes the parameter.
|
Extension Methods
| Name | Value | Summary |
|---|---|---|
| SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
| With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|
