PolymorphicConfigurationElementCollection<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. |
Represents the base class from which all implementations of polymorphic configuration collections must derive.
Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.Practices.EnterpriseLibrary.Common (in Microsoft.Practices.EnterpriseLibrary.Common.dll)
Syntax
'Declaration
PublicMustInheritClassPolymorphicConfigurationElementCollection(Of T As {New, NamedConfigurationElement}) _
Inherits NamedElementCollection(Of T)
publicabstractclassPolymorphicConfigurationElementCollection<T> : NamedElementCollection<T>
where T : new(), NamedConfigurationElement
generic<typename T>
where T : gcnew(), NamedConfigurationElement
publicref classPolymorphicConfigurationElementCollectionabstract : public NamedElementCollection<T>
JScript does not support generic types or methods.
Type Parameters
- T
The type contained in the 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.Logging.Configuration.TraceListenerDataCollection
See Also
PolymorphicConfigurationElementCollection<T> Members
Microsoft.Practices.EnterpriseLibrary.Common.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. |