Bridge

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

Adds an object to the end of the List<(Of <(<'T>)>)>.

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

Syntax


public void Add(
	T item
)
Public Sub Add ( _
	item As T _
)
public:
void Add(
	T item
)

Parameters

item
Type: T
The object to be added to the end of the List<(Of <(<'T>)>)>. The value can be null for reference types.