dotnetCHARTING Send comments on this topic.
ListCollection Class
See Also  Members  
dotnetCHARTING Namespace : ListCollection Class


A list dictionary variation that allows adding items of the string type using a string.

Syntax

Visual Basic (Declaration) 
Public Class ListCollection 
   Inherits ListDictionary
Visual Basic (Usage)Copy Code
Dim instance As ListCollection
C# 
public class ListCollection : 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

See Also

© 2010 All Rights Reserved.