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

Members

         
 All Members  Constructors   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
CharacterCollection()()()
Initializes a new instance of the CharacterCollection class
GetEnumerator()()()

Inheritance Hierarchy

System..::.Object
  Phoenix.WorldData..::.CharacterCollection

See Also