Click or drag to resize
ExpiringListTFindAllAndRefresh Method
Returns all of the items that match the predicate or an empty list if no such items exist. Refreshes the timestamps for all of the items returned.

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

Parameters

match
Type: SystemPredicateT

Return Value

Type: ListT
See Also