ChangeObjectCollectionTAdd Method

Add an item to the collection.

Definition

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

Parameters

item  T
Reference to the item to be added.

See Also