Share via


ConfigurationElementCollection<T> Class

Retired Content

This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

The latest Enterprise Library information can be found at the Enterprise Library site.

Represents a strongly typed list of objects that can be accessed by index. Provides methods to search, sort, and manipulate lists.

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

Syntax

public class ConfigurationElementCollection<T> : IList<T>, 
    ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable
'Declaration
Public Class ConfigurationElementCollection(Of T) _
    Implements IList(Of T), ICollection(Of T),  _
    IEnumerable(Of T), IList, ICollection, IEnumerable
generic<typename T>
public ref class ConfigurationElementCollection : IList<T>, 
    ICollection<T>, IEnumerable<T>, IList, ICollection, IEnumerable

Type Parameters

  • T
    The type of elements in the list.

Inheritance Hierarchy

System.Object
  Microsoft.Practices.EnterpriseLibrary.Common.Configuration.ConfigurationElementCollection<T>
    Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedElementCollection<T>
    Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration.MatchDataCollection<TMatchData>

See Also

ConfigurationElementCollection<T> Members

Microsoft.Practices.EnterpriseLibrary.Common.Configuration Namespace