MergeableConfigurationCollectionFactory.GetCreateMergeableCollection Method

Creates a IMergeableConfigurationElementCollection based on a ConfigurationElementCollection type.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)

Syntax

'Declaration
Public Shared Function GetCreateMergeableCollection ( _
    collection As ConfigurationElementCollection _
) As IMergeableConfigurationElementCollection
public static IMergeableConfigurationElementCollection GetCreateMergeableCollection(
    ConfigurationElementCollection collection
)
public:
static IMergeableConfigurationElementCollection^ GetCreateMergeableCollection(
    ConfigurationElementCollection^ collection
)
public static function GetCreateMergeableCollection(
    collection : ConfigurationElementCollection
) : IMergeableConfigurationElementCollection

Parameters

Return Value

See Also

MergeableConfigurationCollectionFactory Class

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace