ExpiringDictionaryTKey, TValueFindAllAndRefresh Method |
Returns a list of all values that match the predicate passed across. Refreshes the
timestamps for all items returned.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<TValue> FindAllAndRefresh(
Predicate<TValue> match
)
Public Function FindAllAndRefresh (
match As Predicate(Of TValue)
) As List(Of TValue)
public:
List<TValue>^ FindAllAndRefresh(
Predicate<TValue>^ match
)
member FindAllAndRefresh :
match : Predicate<'TValue> -> List<'TValue>
Parameters
- match
- Type: SystemPredicateTValue
Return Value
Type:
ListTValueSee Also