[]
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
Name | Description |
---|---|
TItem |
Name | Description |
---|---|
BrickCollection() |
Name | Description |
---|---|
AssignFrom(BrickCollection<TItem>, BrickBase) | Assigns all from another collection. |
Clone(BrickBase) | Creates copy of collection. |