ValveArrowCollectionInsert Method
Inserts a
ValveArrow at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.ValveAssembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
public virtual void Insert(
int index,
ValveArrow anItem
)
Public Overridable Sub Insert (
index As Integer,
anItem As ValveArrow
)
Parameters
- index Int32
- Index of the ValveArrow being inserted.
- anItem ValveArrow
- A ValveArrow object to add.