InstanceCollection.T..Remove Method

Removes the specified item.

Namespace:  TwinCAT.TypeSystem.Generic
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

Syntax

C#

public bool Remove(
    T item
)

Parameters

item

Type: T
The item.

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

InstanceCollection.T. Class

TwinCAT.TypeSystem.Generic Namespace