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.