TParent
TItem
CollectionBase<TParent,TItem> Class
Members See Also 
SourceCode.Framework Namespace : CollectionBase<TParent,TItem> Class



Glossary Item Box

Content to be provided.

Syntax

Visual Basic (Declaration) 
<DefaultMemberAttribute("Item")>
Public MustInherit Class CollectionBase
    (Of TParent As PersistableContainerObject,
     TItem) 
   Inherits System.Collections.CollectionBase
   Implements IPersistableList 
Visual Basic (Usage)Copy Code
Dim instance As CollectionBase(Of TParent,TItem)
C# 
[DefaultMember("Item")]
public abstract class CollectionBase<TParent,TItem> : System.Collections.CollectionBase, IPersistableList  
where TParent: PersistableContainerObject
C++/CLI 
[DefaultMember("Item")]
generic<typename TParent>
generic<typename TItem>
public ref class CollectionBase abstract : public System.Collections.CollectionBase, IPersistableList  
where TParent: PersistableContainerObject

Type Parameters

TParent
TItem

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