[This is preliminary documentation and is subject to change.]

Namespace:  Phoenix.WorldData
Assembly:  Phoenix (in Phoenix.dll) Version: 0.7.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
protected class Enumerator : IEnumerator<UOItem>, 
	IDisposable, IEnumerator
Protected Class Enumerator _
	Implements IEnumerator(Of UOItem), IDisposable,  _
	IEnumerator
protected ref class Enumerator : IEnumerator<UOItem^>, 
	IDisposable, IEnumerator

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ItemsCollection..::.Enumerator(UInt32, Boolean)
Default c..tor
Current
Dispose()()()
Releases all resources used by the ItemsCollection..::.Enumerator
MoveNext()()()
Reset()()()

Inheritance Hierarchy

System..::.Object
  Phoenix.WorldData..::.ItemsCollection..::.Enumerator

See Also