[]
        
(Showing Draft Content)

C1.DataCollection.C1CacheDataCollection-1.CreateInternalList

CreateInternalList Method

CreateInternalList(IReadOnlyList<T>)

Creates the internal list from the source.

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

The source.

Returns
Type Description
IReadOnlyList<T>
Overrides