CylinderCollection(iWheel, Int32) Constructor
Namespace: BeeMobile.iWheelAssembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
public CylinderCollection(
iWheel aParent,
int capacity
)
Public Sub New (
aParent As iWheel,
capacity As Integer
)
Parameters
- aParent iWheel
- A BeeMobile.iWheel.iWheel which is the parent of this collection.
- capacity Int32
- A System.Int32.Int32 which represents the initial capacity of the CylinderCollection.