Adds an object to the end of the
ListT.
Namespace: System.Collections.GenericAssembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax public void Add(
T item
)
Parameters
- item
- Type: T
The object to be added to the end of the ListT. The value can be null for reference types.
Implements
ICollectionTAdd(T)See Also