ValveArrowCollectionAdd Method

Adds a ValveArrow class at the end of the collection.

Definition

Namespace: BeeMobile.Valve
Assembly: BeeMobile.Valve.NET48 (in BeeMobile.Valve.NET48.dll) Version: 4.8.0.1
C#
public int Add(
	ValveArrow anItem
)

Parameters

anItem  ValveArrow
A ValveArrow object to add.

Return Value

Int32
An index of the newly added ValveArrow.

See Also