public MvxIocOptions() { TryToDetectSingletonCircularReferences = true; TryToDetectDynamicCircularReferences = true; CheckDisposeIfPropertyInjectionFails = true; PropertyInjectorType = typeof(MvxPropertyInjector); PropertyInjectorOptions = new MvxPropertyInjectorOptions(); }
public MvxIocOptions() { TryToDetectSingletonCircularReferences = true; TryToDetectDynamicCircularReferences = true; CheckDisposeIfPropertyInjectionFails = true; PropertyInjectorType = typeof (MvxPropertyInjector); PropertyInjectorOptions = new MvxPropertyInjectorOptions(); }