Mindscape LightSpeed - User Reference & API Documentation
Add Method (item)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)Add(TTarget)
Adds an item to the ICollection<(Of <(T>)>).
Declaration Syntax
C#Visual Basic
public void Add(
	TTarget item
)
Public Sub Add ( _
	item As TTarget _
)
Parameters
item (TTarget)
The object to add to the ICollection<(Of <(T>)>).
Exceptions
ExceptionCondition
NotSupportedExceptionThe ICollection<(Of <(T>)>) is read-only.

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)