Click or drag to resize
ExpiringDictionaryTKey, TValueFind Method
Finds the first value that matches the predicate passed across or null if no such value could be found.

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

Parameters

match
Type: SystemPredicateTValue

Return Value

Type: TValue
See Also