ReadOnlyListSegment<(Of <(<'T>)>)>..::..Slice Method (Int32, Int32)
Slices the segment specified index.
Namespace:
Tortuga.Anchor.CollectionsAssembly: 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)