RoomCollection
On this page
public class RoomCollection : IReadOnlyCollection<Room>, IEnumerable<Room>, IEnumerable, IEqualityComparer<Room>
Intern room dictionary
Properties
Name | Type | Description |
---|---|---|
Item[String] | Room | Try to get room by name |
Count | Int32 | |
IsReadOnly | Boolean |
Public Methods
Name | Description |
---|---|
Add | |
Clear | |
Contains | |
CopyTo | |
Equals | |
GetEnumerator | |
GetHashCode | |
Remove |