NamespaceCollection.N, T..Remove Method

Removes the first occurrence of a specific object from the ICollection.T..

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 4.3.0.0

Syntax

C#

public bool Remove(
    N item
)

VB

Public Function Remove ( 
    item As N
) As Boolean

Parameters

item

Type: N
The object to remove from the ICollection.T..

Return Value

Type: Boolean
true if item was successfully removed from the ICollection.T.; otherwise, false. This method also returns false if item is not found in the original ICollection.T..

Implements

ICollection.T..Remove(T)

Reference

NamespaceCollection.N, T. Class

TwinCAT.TypeSystem.Generic Namespace