API Diff between 3.6.4-preview-648 and 3.6.4-preview-642
6 Additions
0 Removals
Stashbox.Registration.Fluent
-
public class RegistrationConfigurator : FluentServiceConfigurator<RegistrationConfigurator>
- public RegistrationConfigurator WithFactory<T1>(Func<T1, object> factory, bool isCompiledLambda = false)
- public RegistrationConfigurator WithFactory<T1, T2>(Func<T1, T2, object> factory, bool isCompiledLambda = false)
- public RegistrationConfigurator WithFactory<T1, T2, T3>(Func<T1, T2, T3, object> factory, bool isCompiledLambda = false)
- public RegistrationConfigurator WithFactory<T1, T2, T3, T4>(Func<T1, T2, T3, T4, object> factory, bool isCompiledLambda = false)
- public RegistrationConfigurator WithFactory<T1, T2, T3, T4, T5>(Func<T1, T2, T3, T4, T5, object> factory, bool isCompiledLambda = false)
-
public class UnknownRegistrationConfigurator : RegistrationConfigurator