Click or drag to resize

KeyedListEntries Class

Representes a list of key/value pairs
Inheritance Hierarchy
SystemObject
  WorkflowGen.My.CollectionsKeyedListEntries

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 4.6.0.0 (4.6.0.0)
Syntax
public sealed class KeyedListEntries

The KeyedListEntries type exposes the following members.

Constructors
  NameDescription
Public methodKeyedListEntries
Creates a new instance of the KeyedListEntries class.
Top
Properties
  NameDescription
Public propertyCount
Gets the number of key/value pairs contained in the list
Public propertyKeys
Gets a list of objects containing the keys of the entries.
Public propertyValues
Gets a list of objects containing the values of the entries.
Top
See Also