Adds an item to the ICollection<(Of <(T>)>).

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

Syntax

C#
public void Add(
	TTarget item
)
Visual Basic (Declaration)
Public Sub Add ( _
	item As TTarget _
)

Parameters

item
Type: TTarget
The object to add to the ICollection<(Of <(T>)>).

Implements

ICollection<(Of <(T>)>)..::.Add(T)

Exceptions

See Also