RoomCollection.Remove
public bool Remove(string key)
public bool Remove(Room item)
Removes the room from this collection
Info
does NOT leave or free the room
Parameters
Name | Type | Description |
---|---|---|
key | String | Room name |
item | Room | room |
Returns
Type | Description |
---|---|
Boolean | is removed |
Variants
Remove(key)
public bool Remove(string key)
Removes the room from this collection
Warning
does NOT leave or free the room
Parameters
Name | Type | Description |
---|---|---|
key | String | Room name |
Returns
Type | Description |
---|---|
Boolean | is removed |
Remove(item)
public bool Remove(Room item)
Removes the room from this collection
Warning
does NOT leave or free the room
Parameters
Name | Type | Description |
---|---|---|
item | Room | room |
Returns
Type | Description |
---|---|
Boolean | is removed |