CreateConfiguration<T>(IConfiguration<T>,T,String) Method
Create new configuration from another one (kept for backwards signature compatibility)
Syntax
protected override TS CreateConfiguration<T>( IConfiguration<T> fromConfiguration, T value, string defaultGroup )
protected: TS^ CreateConfigurationgeneric<typename T> ( IConfiguration<T^>^ fromConfiguration, T^ value, String^ defaultGroup ) override
Parameters
- fromConfiguration
- value
- defaultGroup
Type Parameters
- T
- Generic type parameter.
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