
| Visual Basic (Declaration) | |
|---|---|
<DefaultMemberAttribute("Item")> Public Class NamedElementCollection(Of T As {Class, INamedElement}) Inherits System.Collections.ObjectModel.KeyedCollection(Of String,T) Implements System.Collections.Generic.ICollection(Of T), System.Collections.Generic.IEnumerable(Of T), System.Collections.Generic.IList(Of T), System.Collections.Generic.IReadOnlyCollection(Of T), System.Collections.Generic.IReadOnlyList(Of T), System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As NamedElementCollection(Of T) | |
| C++/CLI | |
|---|---|
[DefaultMemberAttribute("Item")] generic<typename T> public ref class NamedElementCollection : public System.Collections.ObjectModel.KeyedCollection<String,T>, System.Collections.Generic.ICollection<T>, System.Collections.Generic.IEnumerable<T>, System.Collections.Generic.IList<T>, System.Collections.Generic.IReadOnlyCollection<T>, System.Collections.Generic.IReadOnlyList<T>, System.Collections.ICollection, System.Collections.IEnumerable, System.Collections.IList where T: ref class, INamedElement | |
- T
System.Object
System.Collections.ObjectModel.Collection<T>
System.Collections.ObjectModel.KeyedCollection<TKey,TItem>
IdeaBlade.Core.Configuration.NamedElementCollection<T>
IdeaBlade.Core.Configuration.VerifierArgElementCollection
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family