List<(Of <(<'T>)>)>..::..Add Method
Adds an object to the end of the List<(Of <(<'T>)>)>.
Namespace:
System.Collections.GenericAssembly: Bridge (in Bridge.dll)
Syntax
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.