InjectableMethodBuilder<T, T2, T3, T4, T5, T6>.

CompileStatic<TResult>() Method

Summary

Compiles the static.

Syntax

public Func<IServiceProvider, T, T2, T3, T4, T5, T6, TResult> CompileStatic<TResult>()

Type Parameters

Name Description
TResult The type of the result.

Return Value

Type Description
Func<IServiceProvider, T, T2, T3, T4, T5, T6, TResult>