CylinderCollectionInsert Method
Inserts a
Cylinder at particular position.
The elements that follow the insertion point move down to accommodate the new element.
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public virtual void Insert(
int index,
Cylinder c
)
Public Overridable Sub Insert (
index As Integer,
c As Cylinder
)
Parameters
- index Int32
- A System.Int32.Int32 which represents an index of the Cylinder being inserted.
- c Cylinder
- A BeeMobile.Cylinder.Cylinder to insert.