PrimitiveBaseCollectionInsert Method

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

Definition

Namespace: BeeMobile.TransparentControls.Primitives
Assembly: BeeMobile.TransparentControls.NET48 (in BeeMobile.TransparentControls.NET48.dll) Version: 4.8.8.20
C#
public void Insert(
	int index,
	PrimitiveBase value
)

Parameters

index  Int32
Index of the PrimitiveBase being inserted.
value  PrimitiveBase
A PrimitiveBase object to add.

See Also