The TableIterator type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| TableIterator | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| CopyFrom |
Resets the iterator and then copies values from an array into the underlying Table using the variable ordering of the TableIterator, not the SortedVariables.
| |
| Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) | |
| GetState |
Gets the state for an individual node indexed by the order of nodes in the TableIterator.
| |
| GetStates |
Gets the states of all nodes, based on the order of nodes in the TableIterator not the underlying Table.
| |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Increment |
Moves the iterator to the next value, with respect to the TableIterator node order.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Reset |
Resets the iterator to the start.
| |
| ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Operators
| Name | Description | |
|---|---|---|
| Increment |
Moves the iterator to the next value, with respect to the TableIterator node order.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the count of values in the underlying Table.
| |
| Row | ||
| Table |
Gets the underlying Table.
| |
| TableRow | ||
| Value |
Gets or sets the underlying Table value at the current position of the iterator.
|
