ChangeObjectCollectionTInsert Method
Insert an item into the collection at the specified ordinal index.
Namespace: HtmlAssembly: Html (in Html.dll) Version: 25.2822.3845
public void Insert(
int index,
T item
)
Public Sub Insert (
index As Integer,
item As T
)
No code example is currently available or this language may not be supported.
Parameters
- index Int32
-
The 0-based index at which to insert the new item.
- item T
-
Reference to the item to be inserted.