GetEnumerator Method

Returns an enumerator that iterates through the collection.

Namespace:  Microsoft.Dynamics.Commerce.Runtime
Assembly:  Microsoft.Dynamics.Commerce.Runtime (in Microsoft.Dynamics.Commerce.Runtime.dll)

Syntax

'Declaration
Public Function GetEnumerator As StringEnumerator
'Usage
Dim instance As ColumnSet
Dim returnValue As StringEnumerator

returnValue = instance.GetEnumerator()
public StringEnumerator GetEnumerator()
public:
StringEnumerator^ GetEnumerator()

Return Value

Type: System.Collections.Specialized.StringEnumerator
A IEnumerator<T> that can be used to iterate through the collection.

See Also

Reference

ColumnSet Class

Microsoft.Dynamics.Commerce.Runtime Namespace