Click or drag to resize
ExpiringListTFindAll Method
Returns all of the items that match the predicate or an empty list if no such items exist.

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

Parameters

match
Type: SystemPredicateT

Return Value

Type: ListT
See Also