WmoEnumerator Generic Class

[This is internal Microsoft documentation - Do not distribute.]

This class implements the IEnumerator over a WebstoreKeyedCollection in support of the "foreach" keyword

Namespace: Microsoft.Webstore.MetaData
Assembly: ICL (in icl.dll)

Syntax

'Declaration

  Public Class WmoEnumerator(Of K, T)
    Implements IEnumerator(Of T), IDisposable, _
    IEnumerator
  public class WmoEnumerator<K,T> : IEnumerator<T>, IDisposable, 
    IEnumerator

Inheritance Hierarchy

System.Object
  Microsoft.Webstore.MetaData.WmoEnumerator

Thread Safety

All public static (Shared in Visual Basic) members of this type are thread-safe. Instance members are not guaranteed to be thread-safe.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003, Windows Vista Ultimate Edition, Windows Vista Business Edition, Windows Vista Enterprise Edition

Target Platforms

See Also

Reference

WmoEnumerator Members
Microsoft.Webstore.MetaData Namespace