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>"]
class Type type-node
Syntax
public class InjectableMethodBuilder<T> : InjectableMethodBuilderBase
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute | |
PublicAPIAttribute |
Type Parameters
Name | Description |
---|---|
T |
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.
|
CompileStatic |
Action |
Compiles the 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.
|