Mindscape LightSpeed - User Reference & API Documentation
Find Method (entityType)
API ReferenceMindscape.LightSpeedRepositoryFind(Type)
Finds a collection of entities based on a type of entity.
Declaration Syntax
C#Visual Basic
public static IList<Entity> Find(
	Type entityType
)
Public Shared Function Find ( _
	entityType As Type _
) As IList(Of Entity)
Parameters
entityType (Type)
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)