Click or drag to resize

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.6.0.0 (4.6.0.0)
Syntax
public KeyedList(
	IDictionary items
)

Parameters

items
Type: System.CollectionsIDictionary
A IDictionary object to copy the entries from
See Also