TestActionResultCollection.IndexOf Method
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(T) | Searches for the specified object and returns the zero-based index of the first occurrence within the entire Collection<T>. (Inherited from Collection<ITestActionResult>.) |
Top