[]
Collection of the BrickBase objects.
public class BrickCollection<TItem> : List<TItem>, IList<TItem>, ICollection<TItem>, IList, ICollection, IReadOnlyList<TItem>, IReadOnlyCollection<TItem>, IEnumerable<TItem>, IList<BrickBase>, ICollection<BrickBase>, IEnumerable<BrickBase>, IEnumerable where TItem : BrickBase
Public Class BrickCollection(Of TItem As BrickBase)
Inherits List(Of TItem)
Implements IList(Of TItem), ICollection(Of TItem), IList, ICollection, IReadOnlyList(Of TItem), IReadOnlyCollection(Of TItem), IEnumerable(Of TItem), IList(Of BrickBase), ICollection(Of BrickBase), IEnumerable(Of BrickBase), IEnumerable
| Name | Description |
|---|---|
| TItem |
| Name | Description |
|---|---|
| BrickCollection() |
| Name | Description |
|---|---|
| AssignFrom(BrickCollection<TItem>, BrickBase) | Assigns all from another collection. |
| Clone(BrickBase) | Creates copy of collection. |