XmlQuerySequence<T>.IndexOf(T) Method

Definition

Returns the index of the specified value in the sequence.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual int IndexOf(T value);
public int IndexOf (T value);
abstract member IndexOf : 'T -> int
override this.IndexOf : 'T -> int
Public Function IndexOf (value As T) As Integer

Parameters

value
T

The value for which to get the index.

Returns

The index.

Implements

Applies to