Bridge

List<(Of <(<'T>)>)>..::..Get Method

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

Syntax


public T Get(
	int index
)
Public Function Get ( _
	index As Integer _
) As T
public:
T Get(
	int^ index
)

Parameters

index
Type: System..::..Int32