Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns an enumerator to enumerate over the collection.
Namespace: Microsoft.SharePoint.BusinessData.Administration
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaration
Public Function GetEnumerator As IEnumerator(Of Parameter)
'Usage
Dim instance As ParameterCollection
Dim returnValue As IEnumerator(Of Parameter)
returnValue = instance.GetEnumerator()
public IEnumerator<Parameter> GetEnumerator()
Return Value
Type: System.Collections.Generic.IEnumerator<Parameter>
An enumerator.
Implements
IEnumerable<T>.GetEnumerator()