Click or drag to resize
ExpiringDictionary<TKey, TValue>.FindAllAndRefresh Method
Returns a list of all values that match the predicate passed across. Refreshes the timestamps for all items returned.

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

Parameters

match
Type: System.Predicate<TValue>

Return Value

Type: List<TValue>
See Also