[]
        
(Showing Draft Content)

C1.DataCollection.C1SpanDataCollection-1.Slice

Slice Method

Slice(int, int?)

Specifies the bounds of the collection.

Declaration
public void Slice(int start, int? length = null)
Parameters
Type Name Description
int start

The index in the underlying collection where this collection starts.

int? length

The maximum number of items that will be in this collection. If not specified will continue to the end of the inner collection.