SPFeatureQueryResultCollection.IEnumerator.Reset method
Sets the enumerator to its initial position, which is before the first element in the collection.
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Private Sub Reset Implements IEnumerator.Reset
'Usage
Dim instance As SPFeatureQueryResultCollection
CType(instance, IEnumerator).Reset()
void IEnumerator.Reset()
Implements
See also
Reference
SPFeatureQueryResultCollection class