Click or drag to resize
Task Scheduler Managed Class Library

TriggerCollectionFindIndexOf Method

Overload List
 NameDescription
Public methodFindIndexOf(PredicateTrigger) Searches for an Trigger 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, PredicateTrigger) Searches for an Trigger 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