IBaseFluentConfigurator<TFluentConfigurator>
public interface IBaseFluentConfigurator<TFluentConfigurator> where TFluentConfigurator : IBaseFluentConfigurator<TFluentConfigurator>
TFluentConfigurator ReplaceExisting()
TFluentConfigurator WithAutoMemberInjection(AutoMemberInjectionRules rule = 4, Func<TypeInformation, bool> filter = null)
TFluentConfigurator WithConstructorSelectionRule(Func<IEnumerable<ConstructorInformation>, IEnumerable<ConstructorInformation>> rule)
TFluentConfigurator WithoutDisposalTracking()
TFluentConfigurator WithoutFactoryCache()