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.

Implements

IEnumerable<T>.GetEnumerator()

See Also

Reference

MethodCollection Class

MethodCollection Members

Microsoft.SharePoint.BusinessData.Administration Namespace