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: 4.3.0.0 (4.3.0.0)
Syntax public int IndexOf(
Object key
)
Public Function IndexOf (
key As Object
) As Integer
Parameters
- key
- Type: SystemObject
The key to locate in the collection
Return Value
Type:
Int32The zero-based index of the element
See Also