An EntityTuple containing a single collection of entities.

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

Syntax

C#
public sealed class EntityTuple<T> : EntityTuple where T : Entity
Visual Basic (Declaration)
Public NotInheritable Class EntityTuple(Of T As Entity) _
	Inherits EntityTuple

Type Parameters

T
The type of entity contained in the single collection of entities.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.EntityTuple
    Mindscape.LightSpeed..::.EntityTuple<(Of <(T>)>)

See Also