ValveArrowCollectionRemove Method

Removes a particular ValveArrow object from the collection.

Definition

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

Parameters

anItem  ValveArrow
Reference to a ValveArrow object to remove.

See Also