Mindscape LightSpeed - User Reference & API Documentation
FindAll Method (match)
API ReferenceMindscape.LightSpeedEntityCollection<(Of <(TEntity>)>)FindAll(Predicate<(Of <(TEntity>)>))
Finds a list of entities that match a predicate.
Declaration Syntax
C#Visual Basic
public IList<TEntity> FindAll(
	Predicate<TEntity> match
)
Public Function FindAll ( _
	match As Predicate(Of TEntity) _
) As IList(Of TEntity)
Parameters
match (Predicate<(Of <(TEntity>)>))
The predicate that must be matched
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)