Overload List
Name | Description | |
---|---|---|
LastIndexOf(T) |
Finds the index of the last occurrence of some value in this sequence.
If this sequence represents an infinite set or series, this will never return!
| |
LastIndexOf(T, Int32) |
Finds the index of the last occurrence of some value in this sequence, before or at some end index.
If this sequence represents an infinite set or series, this will never return!
| |
LastIndexOf(T, Int32, Int32) |
Finds the index of the last occurrence of some value in this sequence, before or at some end index and within the range specified by count.
If this sequence represents an infinite set or series, this will never return!
|
See Also