ReadOnlyDataTypeCollection<T> Class

ReadOnly DataType collection

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection<T>
    TwinCAT.TypeSystem.Generic.ReadOnlyDataTypeCollection<T>
      TwinCAT.TypeSystem.ReadOnlyDataTypeCollection

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

Syntax

C#

public class ReadOnlyDataTypeCollection<T> : ReadOnlyCollection<T>, 
IDataTypeCollection<T>, IList<T>, ICollection<T>, IEnumerable<T>, 
IEnumerable
where T : class, IDataType

Type Parameters

T

The ReadOnlyDataTypeCollection<T> type exposes the following members.

Constructors

 

Name

Description

ReadOnlyDataTypeCollection<T> Class 1:

ReadOnlyDataTypeCollection<T>(DataTypeCollection<T>)

Initializes a new instance of the ReadOnlyDataTypeCollection<T> class.

ReadOnlyDataTypeCollection<T> Class 2:

ReadOnlyDataTypeCollection<T>(ReadOnlyDataTypeCollection<T>)

Initializes a new instance of the ReadOnlyDataTypeCollection<T> class.

Properties

 

Name

Description

ReadOnlyDataTypeCollection<T> Class 3:

Count

Gets the number of elements contained in the ReadOnlyCollection<T> instance.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 4:

Item[Int32]

Gets the element at the specified index.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 5:

Item[String]

Gets the element with the specified type name.

ReadOnlyDataTypeCollection<T> Class 6:

Items

Returns the IList<T> that the ReadOnlyCollection<T> wraps.
(Inherited from ReadOnlyCollection<T>)

Methods

 

Name

Description

ReadOnlyDataTypeCollection<T> Class 7:

Contains

Determines whether an element is in the ReadOnlyCollection<T>.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 8:

ContainsType

Determines whether the specified name contains type.

ReadOnlyDataTypeCollection<T> Class 9:

CopyTo

Copies the entire ReadOnlyCollection<T> to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 10:

Equals

Determines whether the specified object is equal to the current object.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 11:

Finalize

Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 12:

GetEnumerator

Returns an enumerator that iterates through the ReadOnlyCollection<T>.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 13:

GetHashCode

Serves as the default hash function.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 14:

GetType

Gets the Type of the current instance.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 15:

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollection<T>.
(Inherited from ReadOnlyCollection<T>)

ReadOnlyDataTypeCollection<T> Class 16:

MemberwiseClone

Creates a shallow copy of the current Object.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 17:

ToString

Returns a string that represents the current object.
(Inherited from Object)

ReadOnlyDataTypeCollection<T> Class 18:

TryGetType

Tries to get the Type with the specified name out of the collection.

See Also

Reference

TwinCAT.TypeSystem.Generic Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026