[]
Gets the building block at the specified index in the collection.
public BuildingBlock this[int index] { get; }
Public ReadOnly Default Property Item(index As Integer) As BuildingBlock
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. |