ExpiringDictionaryTKey, TValueFindAndRefresh Method |
Finds the first value that matches the predicate passed across or null if no
such value could be found. Refreshes the timestamp on the value if it could be found.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public TValue FindAndRefresh(
Predicate<TValue> match
)
Public Function FindAndRefresh (
match As Predicate(Of TValue)
) As TValue
public:
TValue FindAndRefresh(
Predicate<TValue>^ match
)
member FindAndRefresh :
match : Predicate<'TValue> -> 'TValue
Parameters
- match
- Type: SystemPredicateTValue
Return Value
Type:
TValueSee Also