ValueIterator Class
Inheritance Hierarchy
System.Object
TcHmiSrv.ValueIterator
Namespace: TcHmiSrv
Assembly: TcHmiSrvExtNet (in
TcHmiSrvExtNet.dll) Version: 3.0.0.0
Syntax
C#
public class ValueIterator : IEquatable<ValueIterator>,
IDisposable
The ValueIterator type exposes the following members.
Constructors
|
Name |
Description |
---|---|---|
|
Initializes a new instance of the ValueIterator class | |
|
Initializes a new instance of the ValueIterator class based on another ValueIterator. |
Properties
|
Name |
Description |
---|---|---|
|
Gets the Value of the ValueIterator. | |
|
Gets the name of the ValueIterator. |
Methods
|
Name |
Description |
---|---|---|
|
Releases all resources used by the ValueIterator | |
|
Releases the unmanaged resources used by the ValueIterator and optionally releases the managed resources | |
|
Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
|
Indicates whether the current ValueIterator is equal to another ValueIterator. | |
|
(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 ValueIterator. | |
|
Determines whether the specified ValueIterator is equal to the current ValueIterator. | |
|
Increments the current ValueIterator. | |
|
Determines whether the specified ValueIterator is not equal to the current ValueIterator. |