NameTypeConfigurationElementCollection<T, TCustomElementData> Class

Represents a collection of NameTypeConfigurationElement objects.

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

Syntax

public class NameTypeConfigurationElementCollection<T, TCustomElementData> : PolymorphicConfigurationElementCollection<T>
where T : new(), NameTypeConfigurationElement
where TCustomElementData : new()
'Declaration
Public Class NameTypeConfigurationElementCollection(Of T As {New, NameTypeConfigurationElement}, TCustomElementData As New)
    Inherits PolymorphicConfigurationElementCollection(Of T)
generic<typename T, typename TCustomElementData>
where T : gcnew(), NameTypeConfigurationElement
where TCustomElementData : gcnew()
public ref class NameTypeConfigurationElementCollection : public PolymorphicConfigurationElementCollection<T>

Type Parameters

  • T
    The type of NameTypeConfigurationElement object this collection contains.
  • TCustomElementData
    The type used for Custom configuration elements in this collection.

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationElementCollection
      Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedElementCollection<T>
        Microsoft.Practices.EnterpriseLibrary.Common.Configuration.PolymorphicConfigurationElementCollection<T>
          Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElementCollection<T, TCustomElementData>
            Microsoft.Practices.EnterpriseLibrary.Common.Configuration.CustomConfigurationElementCollection<T, TCustomElementData>
            Microsoft.Practices.EnterpriseLibrary.TransientFaultHandling.Configuration.RetryStrategyCollection
            Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatorDataCollection

See Also

NameTypeConfigurationElementCollection<T, TCustomElementData> Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace