Creates a primitive array of the entities in this collection.

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

Syntax

C#
public TEntity[] ToArray()
Visual Basic (Declaration)
Public Function ToArray As TEntity()

Return Value

An array of entities in this collection.

See Also