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