Bridge

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

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

Syntax


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

Parameters

start
Type: System..::..Int32
end
Type: System..::..Int32