Click or drag to resize
Task Scheduler Managed Class Library

ActionCollectionFindIndexOf Method

Overload List
 NameDescription
Public methodFindIndexOf(PredicateAction) Searches for an Action that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the collection.
Public methodFindIndexOf(Int32, Int32, PredicateAction) Searches for an Action that matches the conditions defined by the specified predicate, and returns the zero-based index of the first occurrence within the collection that starts at the specified index and contains the specified number of elements.
Top
See Also