T
NamedElementCollectionBase<T> Class
Members See Also 
SourceCode.Configuration Namespace : NamedElementCollectionBase<T> Class



Glossary Item Box

Syntax

Visual Basic (Declaration)  
<DefaultMemberAttribute("Item")>
Public MustInherit Class NamedElementCollectionBase(Of T As NamedElement) 
   Inherits System.Configuration.ConfigurationElementCollection
Visual Basic (Usage) Copy Code
Dim instance As NamedElementCollectionBase(Of T)
C#  
[DefaultMember("Item")]
public abstract class NamedElementCollectionBase<T> : System.Configuration.ConfigurationElementCollection 
where T: NamedElement
C++/CLI  
[DefaultMember("Item")]
generic<typename T>
public ref class NamedElementCollectionBase abstract : public System.Configuration.ConfigurationElementCollection 
where T: NamedElement

Type Parameters

T

Inheritance Hierarchy

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also