[]
Gets the building block at the specified index in the collection.
public BuildingBlock this[int index] { get; }
| Type | Name | Description |
|---|---|---|
| int | index | Zero-based index of the building block to get. |
| Type | Description |
|---|---|
| BuildingBlock | The building block at the specified index in the collection. |