NameTypeConfigurationElementCollection Generic Class
NameTypeConfigurationElementCollection Generic Class

Namespace: Microsoft.Practices.EnterpriseLibrary.Common.Configuration
Assembly: Microsoft.BizTalk.Edi.EnterpriseLibrary.Common (in microsoft.biztalk.edi.enterpriselibrary.common.dll)
Syntax

Visual Basic
Public Class NameTypeConfigurationElementCollection(Of T As NameTypeConfigurationElement)
    Inherits PolymorphicConfigurationElementCollection(Of T)
C#
public class NameTypeConfigurationElementCollection<T> : PolymorphicConfigurationElementCollection<T> where T : NameTypeConfigurationElement
C++
generic<typename T> where T : NameTypeConfigurationElement
public ref class NameTypeConfigurationElementCollection : public PolymorphicConfigurationElementCollection<T>
J#

    
JScript

    
Inheritance Hierarchy

System.Object
   System.Configuration.ConfigurationElement
     System.Configuration.ConfigurationElementCollection
       Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NamedElementCollection
         Microsoft.Practices.EnterpriseLibrary.Common.Configuration.PolymorphicConfigurationElementCollection
          Microsoft.Practices.EnterpriseLibrary.Common.Configuration.NameTypeConfigurationElementCollection
Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms

Development Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2; the 32-bit and 64-bit editions of Windows Vista Ultimate, Enterprise and Business editions; the 32-bit and 64-bit editions of Windows XP Professional

Target Platforms

The 32-bit and 64-bit editions of Windows Server 2003 R2 (except the Web Editions); the 32-bit and 64-bit editions of Windows Server 2003 with SP1 or SP2 (except the Web Edition); Windows Small Business Server 2003 with SP1 or SP2
See Also

Tags :


Page view tracker