'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As BuildingBlock
public BuildingBlock this[ System.int index ]; {get;}
Parameters
- index
- Zero-based index of the building block to get.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As BuildingBlock
public BuildingBlock this[ System.int index ]; {get;}