MethodCollection.GetEnumerator method
Returns an enumerator that can iterate through a collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Method)
'Usage
Dim instance As MethodCollection
Dim returnValue As IEnumerator(Of Method)
returnValue = instance.GetEnumerator()
public IEnumerator<Method> GetEnumerator()
Return value
Type: System.Collections.Generic.IEnumerator<Method>
An IEnumerator object that can be used to iterate through the collection.