IRdsElementsIterator

Assembly: Rds;

Description

TheIRdsElementsIterator interface is used to work with the iterator intended to navigate dictionary elements.

Inheritance hierarchy

          IRdsElementsIterator

Comments

An iterator is used to navigate the dictionary that contains a large number of elements.

Properties

  Property name Brief description
The Element property returns the current element of the iterator.

Methods

  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:

Rds Assembly Interfaces