[]
        
(Showing Draft Content)

C1.Report.Rendering.BrickCollection-1

BrickCollection<TItem> Class

Collection of the BrickBase objects.

Inheritance
List<TItem>
BrickCollection<TItem>
Namespace: C1.Report.Rendering
Assembly: C1.Report.4.6.2.dll
Syntax
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
Type Parameters
Name Description
TItem

Constructors

Name Description
BrickCollection()

Methods

Name Description
AssignFrom(BrickCollection<TItem>, BrickBase)

Assigns all from another collection.

Clone(BrickBase)

Creates copy of collection.