Bridge

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

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

Syntax


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

Parameters

index
Type: System..::..Int32