Gets the collection of values of the specified type.

Namespace:  Mindscape.LightSpeed
Assembly:  Mindscape.LightSpeed (in Mindscape.LightSpeed.dll)
Version: 4.0.0.0 (4.0.0.0)

Syntax

C#
public EntityCollection<T> GetCollection<T>() where T : Entity
Visual Basic (Declaration)
Public Function GetCollection(Of T As Entity) As EntityCollection(Of T)

Type Parameters

T
The entity type to select from the tuple.

Return Value

An EntityCollection containing the entities at the specified type.

See Also