ChangeObjectCollectionTAdd Method

Add an item to the collection.

Definition

Namespace: ShopTools
Assembly: ShopTools (in ShopTools.exe) Version: 25.2429.4649
C#
public void Add(
	T item
)

Parameters

item  T
Reference to the item to be added.

See Also