dotnetCHARTING Send comments on this topic.
FromDictionary Method
See Also 
dotnetCHARTING Namespace > ListCollection Class : FromDictionary Method



ld
ListDictionary to instantiate with.
Creates a ListCollection object from a ListDictionary.

Syntax

Visual Basic (Declaration) 
Public Shared Function FromDictionary( _
   ByVal ld As ListDictionary _
) As ListCollection
Visual Basic (Usage)Copy Code
Dim ld As ListDictionary
Dim value As ListCollection
 
value = ListCollection.FromDictionary(ld)
C# 
public static ListCollection FromDictionary( 
   ListDictionary ld
)
C++/CLI 
public:
static ListCollection^ FromDictionary( 
   ListDictionary ld
) 

Parameters

ld
ListDictionary to instantiate with.

See Also