IRdsElementsIterator.First

Fore Syntax

First;

Fore.NET Syntax

First();

Description

The First method moves the iterator to the first element.

Comments

To move to the next element of the iterator, use the IRdsElementsIterator.Next method.

Fore and Fore.NET Examples

The property use is given in the example for IRdsDictionaryElementsSearch.SetIterator.

See also:

IRdsElementsIterator