IEnumerableExtensionsIndexOfAll Method

Overload List

IndexOfAllT(IEnumerableT, T) Searches for the specified object and returns the zero-based indices of all the occurrence within the entire IEnumerableT.
IndexOfAllT(IEnumerableT, IEnumerableT) Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the entire IEnumerableT.
IndexOfAllT(IEnumerableT, T, Int32) Searches for the specified object and returns the zero-based indices of all the occurrence within the entire IEnumerableT.
IndexOfAllT(IEnumerableT, IEnumerableT, Int32) Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the entire IEnumerableT.
IndexOfAllT(IEnumerableT, T, Int32, Int32) Searches for the specified object and returns the zero-based indices of all the occurrence within the entire IEnumerableT.
IndexOfAllT(IEnumerableT, IEnumerableT, Int32, Int32) Searches for the specified object pattern and returns the zero-based indices of all the occurrence within the entire IEnumerableT.

See Also