Click or drag to resize
Rooms Class
Hartismere School

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

Inheritance Hierarchy
SystemObject
  EJW.TextBasedAdventureRooms

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
[SerializableAttribute]
public class Rooms : IEnumerable<Room>, 
	IEnumerable

The Rooms type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Public methodGetEnumerator
Public methodToString (Overrides ObjectToString.)
Top
Events
  NameDescription
Public eventCode exampleRoomChanged
This event is raised at the moment the current room changes.
Top
See Also