CreateConfiguration<T>(IConfiguration<T>,T,String,IConfigurationProvider) Method
Create new configuration from another one
Syntax
protected abstract TS CreateConfiguration<T>( IConfiguration<T> fromConfiguration, T value, string defaultGroup, IConfigurationProvider fromProvider )
protected: abstract TS^ CreateConfigurationgeneric<typename T> ( IConfiguration<T^>^ fromConfiguration, T^ value, String^ defaultGroup, IConfigurationProvider^ fromProvider )
Parameters
- fromConfiguration
- value
- defaultGroup
- fromProvider
Type Parameters
- T
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also