[]
Specifies the bounds of the collection.
public void Slice(int start, int? length = null)
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. |