Click or drag to resize
ExpiringDictionaryTKey, TValueFindAllAndRefresh 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: SystemPredicateTValue

Return Value

Type: ListTValue
See Also