SelectableListNodeListFindIndex Method |
Searches for the index of the first item that matches the specified predicate.
Namespace: Altaxo.CollectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic int FindIndex(
Predicate<SelectableListNode> match
)
Parameters
- match PredicateSelectableListNode
- The predicate that defines the search condition.
Return Value
Int32The index of the first matching item, or
-1 if no match is found.
See Also