[]
        
(Showing Draft Content)

C1.DataCollection.C1GroupDataCollection-1.CreateInternalList

CreateInternalList Method

CreateInternalList(IReadOnlyList<S>)

Creates the internal list from the source.

Declaration
protected override IReadOnlyList<object?> CreateInternalList(IReadOnlyList<S> source)
Parameters
Type Name Description
IReadOnlyList<S> source

The source.

Returns
Type Description
IReadOnlyList<object>
Overrides