T
PersistableObjectList<T> Class
Members See Also 
SourceCode.Framework Namespace : PersistableObjectList<T> Class



Glossary Item Box

Syntax

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

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