InjectableMethodBuilder<T, T2, T3>.

Compile<TResult>() Method

Summary

Compiles this instance.

Syntax

public Func<object, IServiceProvider, T, T2, T3, TResult> Compile<TResult>()

Type Parameters

Name Description
TResult The type of the result.

Return Value

Type Description
Func<object, IServiceProvider, T, T2, T3, TResult>