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: 2.4.0.0 (2.4.0.0)
Syntaxpublic KeyedList(
IDictionary items
)
Public Sub New (
items As IDictionary
)
Parameters
- items
- Type: System.Collections.IDictionary
A IDictionary object to copy the entries from
See Also