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
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
See Also
Reference
SP.ArrayListEnumerator Methods