TypeAttributeCollection.Remove Method (ITypeAttribute)

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

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

Syntax

C#

public bool Remove(
    ITypeAttribute item
)

Parameters

item

Type: TwinCAT.TypeSystem.ITypeAttribute
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

TypeAttributeCollection Class

Remove Overload

TwinCAT.TypeSystem Namespace