Bridge

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

Namespace:  System.Collections.Generic
Assembly:  Bridge (in Bridge.dll)

Syntax


public List<T> Slice(
	int start
)
Public Function Slice ( _
	start As Integer _
) As List(Of T)
public:
List<T>^ Slice(
	int^ start
)

Parameters

start
Type: System..::..Int32