SPRequestManagementRuleCollection<T>.GetEnumerator method
Gets an enumerator that can be used to iterate over the collection.
Namespace: Microsoft.SharePoint.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of T)
'Usage
Dim instance As SPRequestManagementRuleCollection
Dim returnValue As IEnumerator(Of T)
returnValue = instance.GetEnumerator()
public IEnumerator<T> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<T>
The enumerator.
Implements
IEnumerable<T>.GetEnumerator()
See also
Reference
SPRequestManagementRuleCollection<T> class