UniqueList T  Find Method Delta Engine Documentation

Namespace: DeltaEngine.Extensions
Assembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public T Find(
	Predicate<T> match
)

Parameters

match
Type: System Predicate T 

Return Value

Type: T
See Also