Click or drag to resize
ExpiringListTFind Method
Returns the item that matches the predicate or null if no such item exists.

Namespace: VirtualRadar.Interface
Assembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public T Find(
	Predicate<T> match
)

Parameters

match
Type: SystemPredicateT

Return Value

Type: T
See Also