Visual Basic (Declaration) | |
---|---|
<DefaultMemberAttribute("Item")> Public Class PersistableObjectDictionary(Of T As PersistableObject) Inherits System.Collections.DictionaryBase Implements IPersistableList |
Visual Basic (Usage) | ![]() |
---|---|
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 |
- T
System.Object
System.Collections.DictionaryBase
SourceCode.Framework.PersistableObjectDictionary<T>
SourceCode.Workflow.Authoring.CustomConfigurationSettings
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