[]
        
(Showing Draft Content)

C1.DataCollection.C1WrapDataCollection-2.CreateInternalList

CreateInternalList Method

CreateInternalList(IReadOnlyList<S>)

Creates the internal list from the source.

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

The source.

Returns
Type Description
IReadOnlyList<T>