TestActionCollection.IndexOf Method
Include Protected Members
Include Inherited Members
Searches for the specified test action and returns the zero-based index of the first occurrence in the whole collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
IndexOf(Int32) | Searches for the specified test action and returns the zero-based index of the first occurrence in the whole collection. | |
IndexOf(UTP) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection. (Inherited from Collection<ITestAction>.) |
Top