Click or drag to resize
ExpiringDictionaryTKey, TValueFindAll Method
Returns a list of all values that match the predicate passed across.

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

Parameters

match
Type: SystemPredicateTValue

Return Value

Type: ListTValue
See Also