Gets the specified ThroughAssociation<(Of <(TThrough, TTarget>)>) ensuring that the underlying collection is loaded.

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

Syntax

C#
protected ThroughAssociation<TThrough, TTarget> Get<TThrough, TTarget>(
	ThroughAssociation<TThrough, TTarget> throughAssociation
) where TThrough : Entity where TTarget : Entity
Visual Basic (Declaration)
Protected Function Get(Of TThrough As Entity, TTarget As Entity) ( _
	throughAssociation As ThroughAssociation(Of TThrough, TTarget) _
) As ThroughAssociation(Of TThrough, TTarget)

Parameters

throughAssociation
Type: Mindscape.LightSpeed..::.ThroughAssociation<(Of <(TThrough, TTarget>)>)
The ThroughAssociation<(Of <(TThrough, TTarget>)>).

Type Parameters

TThrough
TTarget

Return Value

The original ThroughAssociation<(Of <(TThrough, TTarget>)>).

See Also