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.3.0.0 (4.3.0.0)
Syntax public KeyedList(
IDictionary items
)
Public Sub New (
items As IDictionary
)
Parameters
- items
- Type: System.CollectionsIDictionary
A IDictionary object to copy the entries from
See Also