InjectableMethodBuilderBase.

Compile(TypeInfo[]) Method

Summary

Compiles the specified arguments.

Syntax

protected ValueTuple<MethodCallExpression, IEnumerable<ParameterExpression>> Compile(params TypeInfo[] arguments)

Parameters

Name Type Description
arguments TypeInfo[] The arguments.

Return Value

Type Description
ValueTuple<MethodCallExpression, IEnumerable<ParameterExpression>>