[]
Returns an enumerator that iterates through the collection.
public IEnumerator<BuildingBlock> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of BuildingBlock)
Type | Description |
---|---|
IEnumerator<BuildingBlock> | An enumerator that can be used to iterate through the collection. |