Click or drag to resize

SelectableListNodeListFindIndex Method

Searches for the index of the first item that matches the specified predicate.

Namespace: Altaxo.Collections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public int FindIndex(
	Predicate<SelectableListNode> match
)

Parameters

match  PredicateSelectableListNode
The predicate that defines the search condition.

Return Value

Int32
The index of the first matching item, or -1 if no match is found.
See Also