Click or drag to resize
ExpiringListTFindAndRefresh Method
Returns the item that matches the predicate or null if no such item exists. Refreshes the timestamp for the item.

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

Parameters

match
Type: SystemPredicateT

Return Value

Type: T
See Also