[]
Removes the specified building block from the collection.
public bool Remove(BuildingBlock buildingBlock)
| Type | Name | Description |
|---|---|---|
| BuildingBlock | buildingBlock | The building block to remove. |
| Type | Description |
|---|---|
| bool | true if the specified building block is removed; otherwise false. |