InjectableMethodBuilderBase Class

Summary

Injectable method builder base
InjectableMethodBuilderBase
Object

Syntax

public abstract class InjectableMethodBuilderBase

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Properties

Name Value Summary
Container TypeInfo
Gets the container.
MethodNames ImmutableArray<string>
Gets the method names.

Methods

Name Value Summary
Compile(TypeInfo[]) ValueTuple<MethodCallExpression, IEnumerable<ParameterExpression>>
Compiles the specified arguments.
GetMethodInfo() MethodInfo
Gets the method information.

Extension Methods