[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++ 
public class ItemsCollection : IEnumerable<UOItem>, 
	IEnumerable
Public Class ItemsCollection _
	Implements IEnumerable(Of UOItem), IEnumerable
public ref class ItemsCollection : IEnumerable<UOItem^>, 
	IEnumerable

Members

            
 All Members  Constructors   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
ItemsCollection(UInt32, Boolean)
Initializes a new instance of the ItemsCollection class
Container
Contains(Serial)
Finds out whether item is in this container or not.
Count(Graphic)
Count(Graphic, UOColor)
CountItems()()()
FindType(Graphic)
FindType(Graphic, UOColor)
GetEnumerator()()()
SearchSubContainers

Inheritance Hierarchy

System..::.Object
  Phoenix.WorldData..::.ItemsCollection
    Phoenix.WorldData..::.LayersCollection

See Also