ValueVectorIterator Class

Inheritance Hierarchy

System.Object
  TcHmiSrv.ValueVectorIterator
Namespace:  TcHmiSrv
Assembly:  TcHmiSrvExtNet (in TcHmiSrvExtNet.dll) Version: 3.0.0.0

Syntax

C#

public class ValueVectorIterator : IEquatable<ValueVectorIterator>, 
    IDisposable

The ValueVectorIterator type exposes the following members.

Constructors

 

Name

Description

ValueVectorIterator Class 1:

ValueVectorIterator.

Initializes a new instance of the ValueVectorIterator class.

ValueVectorIterator Class 2:

ValueVectorIterator(ValueVectorIterator)

Initializes a new instance of the ValueVectorIterator class based on another ValueVectorIterator.

Properties

 

Name

Description

ValueVectorIterator Class 3:

Current

Gets the Value of the ValueVectorIterator.

Methods

 

Name

Description

ValueVectorIterator Class 4:

Dispose.

Releases all resources used by the ValueVectorIterator

ValueVectorIterator Class 5:

Dispose(Boolean)

Releases the unmanaged resources used by the ValueVectorIterator and optionally releases the managed resources

ValueVectorIterator Class 6:

Equals(Object)

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

ValueVectorIterator Class 7:

Equals(ValueVectorIterator)

Indicates whether the current ValueVectorIterator is equal to another ValueVectorIterator.

ValueVectorIterator Class 8:

Finalize

(Overrides Object.Finalize..)

ValueVectorIterator Class 9:

get_by_index

Gets the Value after the specified index.

ValueVectorIterator Class 10:

GetHashCode

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

ValueVectorIterator Class 11:

GetType

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

ValueVectorIterator Class 12:

MemberwiseClone

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

ValueVectorIterator Class 13:

ToString

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

Operators

 

Name

Description

ValueVectorIterator Class 14:

ValueVectorIterator Class 15:

Decrement

Decrements the current ValueVectorIterator.

ValueVectorIterator Class 16:

ValueVectorIterator Class 17:

Equality

Determines whether the specified ValueVectorIterator is equal to the current ValueVectorIterator.

ValueVectorIterator Class 18:

ValueVectorIterator Class 19:

Increment

Increments the current ValueVectorIterator.

ValueVectorIterator Class 20:

ValueVectorIterator Class 21:

Inequality

Determines whether the specified ValueVectorIterator is not equal to the current ValueVectorIterator.

Reference

TcHmiSrv Namespace