ExpiringListTFindAll Method |
Returns all of the items that match the predicate or an empty list if no such items exist.
Namespace: VirtualRadar.InterfaceAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public List<T> FindAll(
Predicate<T> match
)
Public Function FindAll (
match As Predicate(Of T)
) As List(Of T)
public:
List<T>^ FindAll(
Predicate<T>^ match
)
member FindAll :
match : Predicate<'T> -> List<'T>
Parameters
- match
- Type: SystemPredicateT
Return Value
Type:
ListTSee Also