An EntityTuple containing three collections 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<T1, T2, T3> : EntityTuple where T1 : Entity where T2 : Entity where T3 : Entity
Visual Basic (Declaration)
Public NotInheritable Class EntityTuple(Of T1 As Entity, T2 As Entity, T3 As Entity) _
	Inherits EntityTuple

Type Parameters

T1
The type of entity contained in the first collection of entities.
T2
The type of entity contained in the second collection of entities.
T3
The type of entity contained in the third collection of entities.

Inheritance Hierarchy

System..::.Object
  Mindscape.LightSpeed..::.EntityTuple
    Mindscape.LightSpeed..::.EntityTuple<(Of <(T1, T2, T3>)>)

See Also