[]
Creates copy of collection.
public BrickCollection<TItem> Clone(BrickBase parent)
Type | Name | Description |
---|---|---|
BrickBase | parent | The parent for items in the created collection. |
Type | Description |
---|---|
BrickCollection<TItem> | The copy of this collection. |