EnumValueCollection.Remove Method

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


Namespace: TwinCAT.TypeSystem
Assembly: TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 7.0.0+e56d35ccc4675faac24789a4aab60071fc61d470

Syntax

C#

public bool Remove(
IEnumValue item
)

Parameters

item  IEnumValue

The object to remove from the ICollection<T>.

Return Value

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)

Exceptions

Exception

Condition

NotImplementedException

See Also

Reference

EnumValueCollection Class TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026