CloneableConfigurationElementTypeAttribute Constructor

Creates a new instance of the CloneableConfigurationElementTypeAttribute class.

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll) Version: 6.0.0.0 (6.0.1304.0)

Syntax

public CloneableConfigurationElementTypeAttribute(
    Type cloneableConfigurationElementType
)
'Declaration
Public Sub New ( 
    cloneableConfigurationElementType As Type
)
public:
CloneableConfigurationElementTypeAttribute(
    Type^ cloneableConfigurationElementType
)

Parameters

See Also

CloneableConfigurationElementTypeAttribute Class

CloneableConfigurationElementTypeAttribute Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration.Design Namespace