ReadOnlySymbolCollection.T. Class

Read only symbol collection.

Inheritance Hierarchy

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

Syntax

C#

public class ReadOnlySymbolCollection<T> : ReadOnlyInstanceCollection<T>
where T : class, ISymbol

Type Parameters

T

The ReadOnlySymbolCollection.T. type exposes the following members.

Constructors

 

Name

Description

ReadOnlySymbolCollection.T. Class 1:

ReadOnlySymbolCollection.T.

Initializes a new instance of the ReadOnlySymbolCollection.T. class.

Properties

 

Name

Description

ReadOnlySymbolCollection.T. Class 2:

Count

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

ReadOnlySymbolCollection.T. Class 3:

Empty

Returns an empty collection.

ReadOnlySymbolCollection.T. Class 4:

Item.Int32.

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

ReadOnlySymbolCollection.T. Class 5:

Item.String.

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

ReadOnlySymbolCollection.T. Class 6:

Items

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

ReadOnlySymbolCollection.T. Class 7:

Mode

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

Methods

 

Name

Description

ReadOnlySymbolCollection.T. Class 8:

Contains(T)

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

ReadOnlySymbolCollection.T. Class 9:

Contains(String)

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

ReadOnlySymbolCollection.T. Class 10:

ContainsName

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

ReadOnlySymbolCollection.T. Class 11:

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

ReadOnlySymbolCollection.T. Class 12:

Equals

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

ReadOnlySymbolCollection.T. Class 13:

Finalize

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

ReadOnlySymbolCollection.T. Class 14:

GetEnumerator

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

ReadOnlySymbolCollection.T. Class 15:

GetHashCode

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

ReadOnlySymbolCollection.T. Class 16:

GetInstance

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

ReadOnlySymbolCollection.T. Class 17:

GetInstanceByName

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

ReadOnlySymbolCollection.T. Class 18:

GetType

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

ReadOnlySymbolCollection.T. Class 19:

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

ReadOnlySymbolCollection.T. Class 20:

MemberwiseClone

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

ReadOnlySymbolCollection.T. Class 21:

ToString

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

ReadOnlySymbolCollection.T. Class 22:

TryGetInstance

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

ReadOnlySymbolCollection.T. Class 23:

TryGetInstanceByName

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

Reference

TwinCAT.TypeSystem.Generic Namespace