IndexOfT(IEnumerableT, T)
|
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|
IndexOfT(IEnumerableT, IEnumerableT)
|
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|
IndexOfT(IEnumerableT, T, Int32)
|
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|
IndexOfT(IEnumerableT, IEnumerableT, Int32)
|
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|
IndexOfT(IEnumerableT, T, Int32, Int32)
|
Searches for the specified object and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|
IndexOfT(IEnumerableT, IEnumerableT, Int32, Int32)
|
Searches for the specified object pattern and returns the zero-based index of the first occurrence within the
entire IEnumerableT.
|