NamespaceElementCollection Class

A collection of NamespaceElements in configuration.

Namespace:  Microsoft.Practices.Unity.Configuration
Assembly:  Microsoft.Practices.Unity.Configuration (in Microsoft.Practices.Unity.Configuration.dll)

Syntax

'Declaration
<ConfigurationCollectionAttribute(GetType(NamespaceElement))> _
Public Class NamespaceElementCollection _
    Inherits DeserializableConfigurationElementCollection(Of NamespaceElement)
[ConfigurationCollectionAttribute(typeof(NamespaceElement))]
public class NamespaceElementCollection : DeserializableConfigurationElementCollection<NamespaceElement>
[ConfigurationCollectionAttribute(typeof(NamespaceElement))]
public ref class NamespaceElementCollection : public DeserializableConfigurationElementCollection<NamespaceElement^>
public class NamespaceElementCollection extends DeserializableConfigurationElementCollection<NamespaceElement>

Inheritance Hierarchy

System.Object
  System.Configuration.ConfigurationElement
    System.Configuration.ConfigurationElementCollection
      Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElementCollectionBase<NamespaceElement>
        Microsoft.Practices.Unity.Configuration.ConfigurationHelpers.DeserializableConfigurationElementCollection<NamespaceElement>
          Microsoft.Practices.Unity.Configuration.NamespaceElementCollection

See Also

NamespaceElementCollection Members

Microsoft.Practices.Unity.Configuration Namespace