Bridge

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

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

Syntax


public void Set(
	int index,
	T value
)
Public Sub Set ( _
	index As Integer, _
	value As T _
)
public:
void Set(
	int^ index, 
	T value
)

Parameters

index
Type: System..::..Int32
value
Type: T