CylinderCollection(iWheel, Int32) Constructor

Constructs a new CylinderCollection object with specified capacity.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
public CylinderCollection(
	iWheel aParent,
	int capacity
)

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.

See Also