[This is preliminary documentation and is subject to change.]
Determines the index of a specific SequenceItem in the Sequence.
| C# | Visual Basic | Visual C++ |
public int IndexOf( SequenceItem value )
Public Function IndexOf ( _ value As SequenceItem _ ) As Integer
public: int IndexOf( SequenceItem^ value )
- value (SequenceItem)
- The SequenceItem to locate in the Sequence.
The index of value if found in the Sequence; otherwise, -1.