RoomCollection
public class RoomCollection : IReadOnlyCollection<Room>, IEqualityComparer<Room>
Intern room dictionary
Constructors#
Properties#
Public Methods#
Name | Description |
---|
Add | Add a room to the collection |
Clear | Free and empty the collection |
Contains | Determines whether the room is in the collection |
Equals | Compares two rooms by name |
GetEnumerator | Get enumerator for iteration |
GetHashCode | Default GetHashCode |
Remove | Removes the room from this collection |
Close | Close a room |