Finds an entity that matches a predicate.

Declaration Syntax
public TEntity Find(
Predicate<TEntity> match
)
Public Function Find ( _
match As Predicate(Of TEntity) _
) As TEntity

Parameters
- match (Predicate<(Of <(TEntity>)>))
- The predicate that must be matched.

Return Value
The entity found based on the provided predicate.
Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)