Click or drag to resize
KeyedListIndexOf Method
Gets a zero-based index of the object identified by the specified key

Namespace: WorkflowGen.My.Collections
Assembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntax
public int IndexOf(
	Object key
)

Parameters

key
Type: SystemObject
The key to locate in the collection

Return Value

Type: Int32
The zero-based index of the element
See Also