MethodInstanceCollection.GetEnumerator Method
Returns an enumerator that can iterate through the collection.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of MethodInstance)
'Usage
Dim instance As MethodInstanceCollection
Dim returnValue As IEnumerator(Of MethodInstance)
returnValue = instance.GetEnumerator()
public IEnumerator<MethodInstance> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<MethodInstance>
An IEnumerator object that can be used to iterate through the collection.
Implements
IEnumerable<T>.GetEnumerator()
See Also
Reference
MethodInstanceCollection Class
MethodInstanceCollection Members
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace