ActionCollection.GetEnumerator method

Gets an enumerator to the collection.

Namespace:  Microsoft.SharePoint.BusinessData.Administration
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of Action)
'Usage
Dim instance As ActionCollection
Dim returnValue As IEnumerator(Of Action)

returnValue = instance.GetEnumerator()
public IEnumerator<Action> GetEnumerator()

Return value

Type: System.Collections.Generic.IEnumerator<Action>

An enumerator to the collection.

See also

Reference

ActionCollection class

ActionCollection members

Microsoft.SharePoint.BusinessData.Administration namespace