Finds a list of entities that match a predicate.

Declaration Syntax
Public Function FindAll ( _
match As Predicate(Of TEntity) _
) As IList(Of TEntity)

Return Value
A collection of entities that matched the provided predicate.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)