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

Slices the segment specified index.

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

Syntax


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

Parameters

index
Type: Int32
The index.

Return Value

ReadOnlyListSegment<T>.