Mindscape LightSpeed - User Reference & API Documentation
Query Constructor (entityType)
API ReferenceMindscape.LightSpeed.QueryingQueryQuery(Type)
Initializes a new instance of the Query class.
Declaration Syntax
C#Visual Basic
public Query(
	Type entityType
)
Public Sub New ( _
	entityType As Type _
)
Parameters
entityType (Type)
Type of the entity.

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