BuildingBlockCollection Class Members
In This Topic
The following tables list the members exposed by BuildingBlockCollection.
Public Properties
| Name | Description |
| Count |
Gets the number of building blocks in the collection.
|
| First |
Gets the first buildin block in the collection.
|
| Item |
Gets the building block at the specified index in the collection.
|
| Last |
Gets the last building block in the collection.
|
Top
Public Methods
| Name | Description |
| Add |
Adds a new building block into the collection.
|
| Remove |
Removes the specified building block from the collection.
|
Top
See Also