Assembly: Rds;
TheIRdsElementsIterator interface is used to work with the iterator intended to navigate dictionary elements.
IRdsElementsIterator
An iterator is used to navigate the dictionary that contains a large number of elements.
Property name | Brief description | |
The Element property returns the current element of the iterator. |
Method name | Brief description | |
The CreateChildrenIterator method creates an iterator used to navigate children for a specified dictionary element. | ||
The First method moves the iterator to the first element. | ||
The Next method moves the iterator to the next element and indicates whether the next move is possible. |
See also: