Compartilhar via


SP.ArrayListEnumerator.reset() Method

Applies to: SharePoint Foundation 2010

Sets the enumerator to its initial position, which is before the first element in the collection.

SP.ArrayListEnumerator.reset();

Exceptions

Error

The collection has been changed.

Remarks

The enumerator remains valid as long as the collection remains unchanged. If changes are made to the collection, such as adding, modifying, or deleting elements, the enumerator is invalid.

Applies To

SP.ArrayListEnumerator Class

See Also

Reference

SP.ArrayListEnumerator Methods

SP.ArrayListEnumerator Properties

SP Namespace