Share via


SimpleList.GetEnumerator Method (BCL)

Use this method to retrieve an IEnumerator object for enumerating the contents of the SimpleList object.

Definition

[Visual Basic .NET]

Public Function GetEnumerator() as IEnumerator

[C#]

public IEnumerator GetEnumerator();

Return Values

Handle to an IEnumerator interface implementation for this collection.

Requirements

Namespace: Microsoft.CommerceServer.Runtime

Platforms: Windows 2000, Windows Server 2003

Assembly: mscscorelib (in mscscorelib.dll)

See Also

SimpleList Class

Copyright © 2005 Microsoft Corporation.
All rights reserved.