public IniWrapperWithCustomMemberInfoManager(IIniWrapperInternal iniWrapperInternal,
                                              IIniConstructorChecker constructorChecker,
                                              IIniWrapperWithCustomMemberInfoForImmutableTypeFactory customMemberInfoForImmutableTypeFactory)
 {
     _iniWrapperInternal = iniWrapperInternal;
     _constructorChecker = constructorChecker;
     _customMemberInfoForImmutableTypeFactory = customMemberInfoForImmutableTypeFactory;
 }
Example #2
0
 public IniWrapperInternalFactory(IIniConstructorChecker iniConstructorChecker, IIniWrapperInternal iniWrapperInternal, IIniWrapperInternalFactory iniWrapperForImmutableTypeFactory)
 {
     _iniConstructorChecker             = iniConstructorChecker;
     _iniWrapperInternal                = iniWrapperInternal;
     _iniWrapperForImmutableTypeFactory = iniWrapperForImmutableTypeFactory;
 }