ChangeObjectCollectionTAdd Method
Add an item to the collection.
Namespace: ShopToolsAssembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
public void Add(
T item
)
Public Sub Add (
item As T
)
No code example is currently available or this language may not be supported.
Parameters
- item T
-
Reference to the item to be added.