Click or drag to resize

EnumerableExtensionsIndicesInt32Where Method

Overload List
 NameDescription
Public Extension MethodIndicesInt32WhereT(IEnumerableT, FuncT, Boolean) Returns the indices of the elements which fullfill a given condition, given by the element's value.
Public Extension MethodIndicesInt32WhereT(IEnumerableT, FuncInt32, T, Boolean) Returns the indices of the elements which fullfill a given condition, given by the element's value and its index.
Top
See Also