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



Glossary Item Box

Content to be provided.

Syntax

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

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