NamedElementCollection<T> Class

Represents a collection of NamedConfigurationElement 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 NamedElementCollection<T> : ConfigurationElementCollection, 
    IMergeableConfigurationElementCollection, IEnumerable<T>, IEnumerable
where T : new(), NamedConfigurationElement
'Declaration
Public Class NamedElementCollection(Of T As {New, NamedConfigurationElement})
    Inherits ConfigurationElementCollection
    Implements IMergeableConfigurationElementCollection, IEnumerable(Of T), IEnumerable
generic<typename T>
where T : gcnew(), NamedConfigurationElement
public ref class NamedElementCollection : public ConfigurationElementCollection, 
    IMergeableConfigurationElementCollection, IEnumerable<T>, IEnumerable

Type Parameters

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.Validation.Configuration.ValidatedFieldReferenceCollection
        Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatedMethodReferenceCollection
        Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatedPropertyReferenceCollection
        Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidatedTypeReferenceCollection
        Microsoft.Practices.EnterpriseLibrary.Validation.Configuration.ValidationRulesetDataCollection

See Also

NamedElementCollection<T> Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace