ContentSelector.GetEnumerator Method (BCL)
Use this method to return an enumerator allowing the keys of the ContentSelector dictionary to be enumerated.
Definition
[Visual Basic .NET]
Overridable Public Function GetEnumerator( _) As System.Collections.IEnumerator
[C#]
public virtual System.Collections.IEnumerator GetEnumerator();
Return Value
An IEnumerator object.
Implements
System.Collection.IEnumerable
Requirements
Namespace: Microsoft.CommerceServer.Runtime.Targeting
Platforms: Windows 2000, Windows Server 2003
Assembly: Microsoft.CommerceServer.Runtime.dll
See Also
Code to Display Targeted Advertisements on an ASP.NET Web Form
Copyright © 2005 Microsoft Corporation.
All rights reserved.