NeedleCollectionInsert Method

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

Definition

Namespace: BeeMobile.Gauge
Assembly: BeeMobile.Gauge.NET48 (in BeeMobile.Gauge.NET48.dll) Version: 4.8.0.4
C#
public virtual void Insert(
	int nIndex,
	Needle aNeedle
)

Parameters

nIndex  Int32
A System.Int32.Int32 which represents an index of the Needle being inserted.
aNeedle  Needle
A BeeMobile.Gauge.Needle.Gauge.Needle to insert.

See Also