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