Adds an item to the collection.
Namespace: Nemiro.DataAssembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax
Parameters
- item
- Type: T
Item to be added to the collection.
Implements
ICollection T Add(T)See Also