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