Mindscape LightSpeed - User Reference & API Documentation
Remove Method (item)
API ReferenceMindscape.LightSpeedThroughAssociation<(Of <(TThrough, TTarget>)>)Remove(TTarget)
Removes the first occurrence of a specific object from the ICollection<(Of <(T>)>).
Declaration Syntax
C#Visual Basic
public bool Remove(
	TTarget item
)
Public Function Remove ( _
	item As TTarget _
) As Boolean
Parameters
item (TTarget)
The object to remove from the ICollection<(Of <(T>)>).
Return Value
true if item was successfully removed from the ICollection<(Of <(T>)>); otherwise, false. This method also returns false if item is not found in the original ICollection<(Of <(T>)>).
Exceptions
ExceptionCondition
NotSupportedException The ICollection<(Of <(T>)>) is read-only.

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