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.
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
Copyright © 2005 Microsoft Corporation.
All rights reserved.