ReadOnlyListSegment<(Of <(<'T>)>)>..::..Slice Method (Int32, Int32)

Slices the segment specified index.

Namespace:  Tortuga.Anchor.Collections
Assembly:  Tortuga.Anchor (in Tortuga.Anchor.dll)

Syntax


public ReadOnlyListSegment<T> Slice(
	int index,
	int count
)
Public Function Slice ( _
	index As Integer, _
	count As Integer _
) As ReadOnlyListSegment(Of T)

Parameters

index
Type: Int32
The index.
count
Type: Int32
The count.

Return Value

ReadOnlyListSegment<T>.