Mindscape LightSpeed - User Reference & API Documentation
Find<(Of <(TEntity>)>) Method
API ReferenceMindscape.LightSpeedRepositoryFind<(Of <(TEntity>)>)()()()
Finds all entities of a given type.
Declaration Syntax
C#Visual Basic
public static IList<TEntity> Find<TEntity>() where TEntity : Entity
Public Shared Function Find(Of TEntity As Entity) As IList(Of TEntity)
Generic Template Parameters
TEntity
The entity type.
Return Value
A collection of entities of a given type.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)