Share via


TypeDescriptorCollection.GetEnumerator method

Creates an enumerator to iterate through this collection.

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

Syntax

'Declaration
Public Function GetEnumerator As IEnumerator(Of TypeDescriptor)
'Usage
Dim instance As TypeDescriptorCollection
Dim returnValue As IEnumerator(Of TypeDescriptor)

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

Return value

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

An enumerator to iterate through this collection.

See also

Reference

TypeDescriptorCollection class

TypeDescriptorCollection members

Microsoft.SharePoint.BusinessData.Administration namespace