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



Glossary Item Box

Syntax

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

Type Parameters

T

Inheritance Hierarchy

System.Object
   System.Collections.DictionaryBase
      SourceCode.Framework.PersistableObjectDictionary<T>
         SourceCode.Workflow.Authoring.CustomConfigurationSettings

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