ItemStyles(Int32) Constructor

Constructs a new ItemStyles object with specified capacity.

Definition

Namespace: BeeMobile.TouchList
Assembly: BeeMobile.TouchList.NET48 (in BeeMobile.TouchList.NET48.dll) Version: 4.8.5.24
C#
public ItemStyles(
	int capacity
)

Parameters

capacity  Int32
The initial capacity of the ItemStyles.

See Also