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