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 |
---|---|---|
|
Initializes a new instance of the ValueVectorIterator class. | |
|
Initializes a new instance of the ValueVectorIterator class based on another ValueVectorIterator. |
Methods
|
Name |
Description |
---|---|---|
|
Releases all resources used by the ValueVectorIterator | |
|
Releases the unmanaged resources used by the ValueVectorIterator and optionally releases the managed resources | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Indicates whether the current ValueVectorIterator is equal to another ValueVectorIterator. | |
|
(Overrides Object.Finalize..) | |
|
Gets the Value after the specified index. | |
|
Serves as the default hash function. (Inherited from Object.) | |
|
Gets the Type of the current instance. (Inherited from Object.) | |
|
Creates a shallow copy of the current Object. (Inherited from Object.) | |
|
Returns a string that represents the current object. (Inherited from Object.) |
Operators
|
Name |
Description |
---|---|---|
|
Decrements the current ValueVectorIterator. | |
|
Determines whether the specified ValueVectorIterator is equal to the current ValueVectorIterator. | |
|
Increments the current ValueVectorIterator. | |
|
Determines whether the specified ValueVectorIterator is not equal to the current ValueVectorIterator. |