ChangeObjectCollectionTAdd Method
Add an item to the collection.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
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.