ValveArrowCollectionInsert Method

Inserts a ValveArrow at particular position. The elements that follow the insertion point move down to accommodate the new element.

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
public virtual void Insert(
	int index,
	ValveArrow anItem
)

Parameters

index  Int32
Index of the ValveArrow being inserted.
anItem  ValveArrow
A ValveArrow object to add.

See Also