MatchDataCollection<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.Configuration
Assembly:  Microsoft.Practices.EnterpriseLibrary.PolicyInjection (in Microsoft.Practices.EnterpriseLibrary.PolicyInjection.dll)

Syntax

'Declaration
PublicClassMatchDataCollection(Of T As {New, MatchData}) _
    Inherits ConfigurationElementCollection _
    Implements IEnumerable(Of T), IEnumerable
publicclassMatchDataCollection<T> : ConfigurationElementCollection, 
    IEnumerable<T>, IEnumerable
where T : new(), MatchData
generic<typename T>
where T : gcnew(), MatchData
publicref classMatchDataCollection : public ConfigurationElementCollection, 
    IEnumerable<T>, IEnumerable
JScript does not support generic types or methods.

Type Parameters

  • T

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationElementCollection
      Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration.MatchDataCollection<T>

See Also

MatchDataCollection<T> Members

Microsoft.Practices.EnterpriseLibrary.PolicyInjection.Configuration 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.