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 IList GetList(
	Type entityType
)
Visual Basic (Declaration)
Public Function GetList ( _
	entityType As Type _
) As IList

Parameters

entityType
Type: System..::.Type
The entity type to select from the tuple.

Return Value

A collection containing the entities at the specified type.

See Also