ReadOnlyFieldCollection Class

Read only collection of IField objects

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection.IField.
    TwinCAT.TypeSystem.Generic.ReadOnlyInstanceCollection.IField.
      TwinCAT.TypeSystem.ReadOnlyFieldCollection
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads (in TwinCAT.Ads.dll) Version: 6.0.328+39e3229

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 ReadOnlyCollection.T. instance. (Inherited from ReadOnlyCollection.IField..)

ReadOnlyFieldCollection Class 3:

Item.Int32.

Gets the element at the specified index. (Inherited from ReadOnlyCollection.IField..)

ReadOnlyFieldCollection Class 4:

Item.String.

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

ReadOnlyFieldCollection Class 5:

Items

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

ReadOnlyFieldCollection Class 6:

Mode

Gets the InstanceCollectionMode. (Inherited from ReadOnlyInstanceCollection.T..)

Methods

 

Name

Description

ReadOnlyFieldCollection Class 7:

Contains(T)

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

ReadOnlyFieldCollection Class 8:

Contains(String)

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

ReadOnlyFieldCollection Class 9:

ContainsName

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

ReadOnlyFieldCollection Class 10:

CopyTo

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

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 ReadOnlyCollection.T.. (Inherited from ReadOnlyCollection.IField..)

ReadOnlyFieldCollection Class 14:

GetHashCode

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

ReadOnlyFieldCollection Class 15:

GetInstance

Gets the IInstanceby instance path. (Inherited from ReadOnlyInstanceCollection.T..)

ReadOnlyFieldCollection Class 16:

GetInstanceByName

Gets the IInstance by instance name. (Inherited from ReadOnlyInstanceCollection.T..)

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 ReadOnlyCollection.T.. (Inherited from ReadOnlyCollection.IField..)

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 ReadOnlyInstanceCollection.T..)

ReadOnlyFieldCollection Class 22:

TryGetInstanceByName

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

ReadOnlyFieldCollection Class 23:

TryGetMember

Tries to get the specified member

Reference

TwinCAT.TypeSystem Namespace