.netCHARTING v10.5 Documentation


ListDictionary to instantiate with.
FromDictionary Method
Creates a ListCollection object from a ListDictionary.
Syntax
'Declaration
 
Public Shared Function FromDictionary( _
   ByVal ld As ListDictionary _
) As ListCollection
'Usage
 
Dim ld As ListDictionary
Dim value As ListCollection
 
value = ListCollection.FromDictionary(ld)
public static ListCollection FromDictionary( 
   ListDictionary ld
)

Parameters

ld
ListDictionary to instantiate with.
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