NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

IEnumerator Methods

The methods of the IEnumerator interface are listed below. For a complete list of IEnumerator interface members, see the IEnumerator Members topic.

MoveNext When implemented by a class, advances the enumerator to the next element of the collection.
Reset When implemented by a class, sets the enumerator back to its initial position, which is before the first element in the collection.

See Also

IEnumerator Interface | System.Collections Namespace