ReadOnlyDimensionCollection Class

ReadOnly version of the DimensionCollection

Inheritance Hierarchy

System.Object
  System.Collections.ObjectModel.ReadOnlyCollection.IDimension.
    TwinCAT.TypeSystem.ReadOnlyDimensionCollection
Namespace:  TwinCAT.TypeSystem
Assembly:  TwinCAT.Ads.Abstractions (in TwinCAT.Ads.Abstractions.dll) Version: 6.0.328+39e3229

Syntax

C#

public class ReadOnlyDimensionCollection : ReadOnlyCollection<IDimension>, 
    IDimensionCollection, IList<IDimension>, ICollection<IDimension>, 
    IEnumerable<IDimension>, IEnumerable

The ReadOnlyDimensionCollection type exposes the following members.

Properties

 

Name

Description

ReadOnlyDimensionCollection Class 1:

Count

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

ReadOnlyDimensionCollection Class 2:

ElementCount

Gets the Number of elements in all Dimensions

ReadOnlyDimensionCollection Class 3:

Empty

Returns an empty ReadOnlyDimensionCollection

ReadOnlyDimensionCollection Class 4:

IsNonZeroBased

Gets a value indicating whether this instance is non zero index based.

ReadOnlyDimensionCollection Class 5:

Item

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

ReadOnlyDimensionCollection Class 6:

Items

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

ReadOnlyDimensionCollection Class 7:

LowerBounds

Gets the lower bounds.

ReadOnlyDimensionCollection Class 8:

UpperBounds

Gets the upper bounds.

Methods

 

Name

Description

ReadOnlyDimensionCollection Class 9:

Contains

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

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

ReadOnlyDimensionCollection Class 11:

Equals

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

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

ReadOnlyDimensionCollection Class 13:

GetDimensionLengths

Gets an array the specifies the Lengths of each Array Dimension

ReadOnlyDimensionCollection Class 14:

GetEnumerator

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

ReadOnlyDimensionCollection Class 15:

GetHashCode

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

ReadOnlyDimensionCollection Class 16:

GetType

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

ReadOnlyDimensionCollection Class 17:

IndexOf

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

ReadOnlyDimensionCollection Class 18:

MemberwiseClone

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

ReadOnlyDimensionCollection Class 19:

ToString

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

Extension Methods

 

Name

Description

AddDimension

Adds a Dimension (FluentInterface) (Defined by IDimensionCollectionExtension.)

Reference

TwinCAT.TypeSystem Namespace