| KeyedList Constructor (IDictionary) | 
            Creates a new instance of the KeyedList class from a IDictionary object
            
 
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 3.3.0.0 (3.3.0.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