Mindscape LightSpeed - User Reference & API Documentation
Find Method (match)
API ReferenceMindscape.LightSpeedEntityCollection<(Of <(TEntity>)>)Find(Predicate<(Of <(TEntity>)>))
Finds an entity that matches a predicate.
Declaration Syntax
C#Visual Basic
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)