Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Include Protected Members
Include Inherited Members
Searches for the specified test action result 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 a test action result that has the specified action ID and returns the zero-based index of the first occurrence in the entire 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<ITestActionResult>.) |
Top