IEnumValueCollection Interface

Interface IEnumValueCollection


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

Syntax

C#

public interface IEnumValueCollection : IEnumValueCollection<IEnumValue, IConvertible>, 
    ICollection<IEnumValue>, IEnumerable<IEnumValue>, IEnumerable

The IEnumValueCollection type exposes the following members.

Properties

 

Name

Description

IEnumValueCollection Interface 1:

Count

Gets the number of elements contained in the ICollectionT.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 2:

IsReadOnly

Gets a value indicating whether the ICollectionT is read-only.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 3:

Item

Gets or sets the element at the specified index.
(Inherited from IEnumValueCollectionTEnumValue, TValue)

Methods

 

Name

Description

IEnumValueCollection Interface 4:

Add

Adds an item to the ICollectionT.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 5:

Clear

Removes all items from the ICollectionT.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 6:

Contains(T)

Determines whether the ICollectionT contains a specific value.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 7:

Contains(String)

Determines whether [contains] [the specified name].
(Inherited from IEnumValueCollectionTEnumValue, TValue)

IEnumValueCollection Interface 8:

CopyTo

Copies the elements of the ICollectionT to an Array, starting at a particular Array index.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 9:

GetEnumerator

Returns an enumerator that iterates through the collection.
(Inherited from IEnumerableIEnumValue)

IEnumValueCollection Interface 10:

GetNames

Gets the Value Names.
(Inherited from IEnumValueCollectionTEnumValue, TValue)

IEnumValueCollection Interface 11:

GetValues

Gets the values.
(Inherited from IEnumValueCollectionTEnumValue, TValue)

IEnumValueCollection Interface 12:

Parse

Parses the specified name.
(Inherited from IEnumValueCollectionTEnumValue, TValue)

IEnumValueCollection Interface 13:

Remove

Removes the first occurrence of a specific object from the ICollectionT.
(Inherited from ICollectionIEnumValue)

IEnumValueCollection Interface 14:

TryParse(String, TValue)

Tries to parse the string value of the Enum.
(Inherited from IEnumValueCollectionTEnumValue, TValue)

Reference

TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026