Gets a zero-based index of the object identified by the specified key
Namespace: WorkflowGen.My.CollectionsAssembly: WorkflowGen.My (in WorkflowGen.My.dll) Version: 2.4.0.0 (2.4.0.0)
Syntaxpublic 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