InjectableMethodBuilder<T, T2, T3, T4>.

WithParameter<TNext>() Method

Summary

Withes the parameter.

Syntax

public InjectableMethodBuilder<T, T2, T3, T4, TNext> WithParameter<TNext>()

Type Parameters

Name Description
TNext The type of the next.

Return Value

Type Description
InjectableMethodBuilder<T, T2, T3, T4, TNext>