Initializes a new instance of the ThroughAssociation<(Of <(TThrough, TTarget>)>) class.

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

Syntax

C#
public ThroughAssociation(
	EntityCollection<TThrough> entityCollection
)
Visual Basic (Declaration)
Public Sub New ( _
	entityCollection As EntityCollection(Of TThrough) _
)

Parameters

entityCollection
Type: Mindscape.LightSpeed..::.EntityCollection<(Of <(TThrough>)>)
The entity collection.

See Also