ExtendedBindingListTFind Method

Search the collection for the first item that matches the conditions in the specified predicate

Definition

Namespace: EWSoftware.PDI.Binding
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public T Find(
	Predicate<T> match
)

Parameters

match  PredicateT
The PredicateT delegate that defines the conditions of the match

Return Value

T
The first item found that matches the conditions or the default value for type T if nothing is found.

See Also