[]
        
(Showing Draft Content)

C1.DataCollection.C1SelectDataCollection-2.CreateInternalList

CreateInternalList Method

CreateInternalList(IReadOnlyList<S>)

Creates the internal list from the source.

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

The source.

Returns
Type Description
IReadOnlyList<T>
Overrides