KeyedList Constructor (IDictionary) | 
 
            Creates a new instance of the KeyedList class from a IDictionary object
            
 
    Namespace: 
   WorkflowGen.My.Collections
    Assembly:
   WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.7.2.0 (4.7.2.0)
Syntaxpublic KeyedList(
	IDictionary items
)
Public Sub New ( 
	items As IDictionary
)
Parameters
- items
 - Type: System.CollectionsIDictionary
A IDictionary object to copy the entries from 
See Also