ChangeObjectCollectionTAdd Method

Add an item to the collection.

Definition

Namespace: Html
Assembly: Html (in Html.dll) Version: 25.3013.4544
C#
public void Add(
	T item
)

Parameters

item  T
Reference to the item to be added.

See Also