An EntityTuple containing two 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> : EntityTuple where T1 : Entity where T2 : Entity
Visual Basic (Declaration)
Public NotInheritable Class EntityTuple(Of T1 As Entity, T2 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.

Inheritance Hierarchy

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

See Also