ContentsIndexHome
PreviousUpNext
ISetData.createIterator Method

Creates an ISetIterator to iterate through the data of this ISetData

 

Also initializes the iterator: Moves the current position to before the beginning of the data; a subsequent next call will find the first element.

C#
ISetIterator createIterator();

An ISetIterator to iterate through the data of this ISetData.