Summary
Injectable method builder base
- Assembly
- Rocket
.Surgery .Reflection .Extensions .dll - Namespace
- Rocket
.Surgery .Reflection - Base Types
-
- Object
- Derived Types
-
- Injectable
Method Builder <T, T2, T3> - Injectable
Method Builder <T, T2> - Injectable
Method Builder <T, T2, T3, T4> - Injectable
Method Builder <T, T2, T3, T4, T5, T6> - Injectable
Method Builder <T, T2, T3, T4, T5> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7, T8, T9, T10> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> - Injectable
Method Builder <T> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7, T8> - Injectable
Method Builder <T, T2, T3, T4, T5, T6, T7, T8, T9> - Injectable
Method Builder
- Injectable
Syntax
public abstract class InjectableMethodBuilderBase
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Properties
Name | Value | Summary |
---|---|---|
Container | TypeInfo |
Gets the container.
|
MethodNames | ImmutableArray |
Gets the method names.
|
Methods
Name | Value | Summary |
---|---|---|
Compile |
ValueTuple |
Compiles the specified arguments.
|
GetMethodInfo |
MethodInfo |
Gets the method information.
|
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|