IInternalConfigSettingsFactory
Defines an interface used by the configuration system to set the ConfigurationSettings class.
namespace System.Configuration.Internal
{
public interface IInternalConfigSettingsFactory
{
void SetConfigurationSystem(IInternalConfigSystem internalConfigSystem, bool initComplete);
void CompleteInit();
}
}