ArrayExtensionsCountOfSequence Method

Overload List

CountOfSequenceT(T, T) Searches for the specified sequenceToCount and returns the occurrence count within the array.
CountOfSequenceT(T, T, Int32) Searches for the specified sequenceToCount and returns the occurence count within the range of elements in the array that starts at the specified index.
CountOfSequenceT(T, T, Int32, Int32) Searches for the specified sequenceToCount and returns the occurrence count within the range of elements in the array that starts at the specified index and contains the specified number of elements.

See Also