ListCollection Class
A list dictionary variation that allows adding items of the string type using a string.
Object Model
Syntax
'Declaration Public Class ListCollection Inherits System.Collections.Specialized.ListDictionary
'Usage Dim instance As ListCollection
public class ListCollection : System.Collections.Specialized.ListDictionary
Remarks
Strings used to add items use the following syntax:
"Key1=Value2,Key2=Value2"
Inheritance Hierarchy
System.Object
System.Collections.Specialized.ListDictionary
dotnetCHARTING.ListCollection
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