Adds an object to the end of the BigList.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
T item
)
Public Sub Add (
item As T
)
public:
void Add(
T item
)
member Add :
item : 'T -> unit
Parameters
- item
- Type: T
The object to be added to the end of the BigList.
See Also