Wintellect.PowerCollections Namespace
Algorithms Class
GhostDoc Pro Sample Help File

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

Adds an item to the end of the BigList. The indices of all existing items in the Deque are unchanged.

Namespace:  Wintellect.PowerCollections
Assembly:  PowerCollections (in PowerCollections.dll)

Syntax


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

Parameters

item
Type: T
The item to add.

Remarks


Adding an item takes, on average, constant time.