Click or drag to resize

KeyedListEntries Class

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

Namespace:  WorkflowGen.My.Collections
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.1.3.0 (8.1.3.20220620)
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