ICloneableConfigurationElement.CreateFullClone Method
Creates a deep clone of the current ConfigurationElement instance.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
Function CreateFullClone As ConfigurationElement
ConfigurationElement CreateFullClone()
ConfigurationElement^ CreateFullClone()
function CreateFullClone() : ConfigurationElement
Return Value
A deep clone of the current ConfigurationElement instance.
See Also
ICloneableConfigurationElement Interface
Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace