CollectionEx<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.

Namespace:  Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Utilities
Assembly:  Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll)

Syntax

'Declaration
PublicClassCollectionEx(Of T) _
    Inherits Collection(Of T)
publicclassCollectionEx<T> : Collection<T>
generic<typename T>
publicref classCollectionEx : public Collection<T>
JScript does not support generic types or methods.

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.Collection<T>
    Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Utilities.CollectionEx<T>
      Microsoft.Practices.EnterpriseLibrary.PolicyInjection.MatchingRuleSet
      Microsoft.Practices.EnterpriseLibrary.PolicyInjection.PolicySet

See Also

CollectionEx<T> Members

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Utilities Namespace

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.