ReadOnlyFieldCollection Class

Read only collection of IField objects

Inheritance Hierarchy

SystemObject
  System.Collections.ObjectModelReadOnlyCollectionIField
    TwinCAT.TypeSystem.GenericReadOnlyInstanceCollectionIField
      TwinCAT.TypeSystemReadOnlyFieldCollection

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

Syntax

C#

public class ReadOnlyFieldCollection : ReadOnlyInstanceCollection<IField>, 
    IFieldCollection, IInstanceCollection<IField>, IList<IField>, 
    ICollection<IField>, IEnumerable<IField>, IEnumerable

The ReadOnlyFieldCollection type exposes the following members.

Constructors

 

Name

Description

ReadOnlyFieldCollection Class 1:

ReadOnlyFieldCollection

Initializes a new instance of the ReadOnlyMemberCollection class.

Properties

 

Name

Description

ReadOnlyFieldCollection Class 2:

Count

Gets the number of elements contained in the ReadOnlyCollectionT instance.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 3:

ItemInt32

Gets the element at the specified index.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 4:

ItemString

Gets the element with the specified instance path.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 5:

Items

Returns the IListT that the ReadOnlyCollectionT wraps.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 6:

Mode

Gets the InstanceCollectionMode.
(Inherited from ReadOnlyInstanceCollectionT)

Methods

 

Name

Description

ReadOnlyFieldCollection Class 7:

Contains(T)

Determines whether an element is in the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 8:

Contains(String)

Determines whether the ReadOnlyInstanceCollectionT contains an instance with the specified instance path.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 9:

ContainsName

Determines whether the specified instance is contained.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 10:

CopyTo

Copies the entire ReadOnlyCollectionT to a compatible one-dimensional Array, starting at the specified index of the target array.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 11:

Equals

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

ReadOnlyFieldCollection Class 12:

Finalize

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

ReadOnlyFieldCollection Class 13:

GetEnumerator

Returns an enumerator that iterates through the ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 14:

GetHashCode

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

ReadOnlyFieldCollection Class 15:

GetInstance

Gets the IInstanceby instance path.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 16:

GetInstanceByName

Gets the IInstance by instance name.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 17:

GetType

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

ReadOnlyFieldCollection Class 18:

IndexOf

Searches for the specified object and returns the zero-based index of the first occurrence within the entire ReadOnlyCollectionT.
(Inherited from ReadOnlyCollectionIField)

ReadOnlyFieldCollection Class 19:

MemberwiseClone

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

ReadOnlyFieldCollection Class 20:

ToString

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

ReadOnlyFieldCollection Class 21:

TryGetInstance

Tries to get the instance with the specified instance path.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 22:

TryGetInstanceByName

Tries to get the instance by name.
(Inherited from ReadOnlyInstanceCollectionT)

ReadOnlyFieldCollection Class 23:

TryGetMember

Tries to get the specified member

Reference

TwinCAT.TypeSystem Namespace

Beckhoff Automation GmbH & Co. KG 2001-2026