Click or drag to resize

TextItems Constructor (IAppContext, Int32)

Overloaded constructor with initial capacity.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public TextItems(
	IAppContext appCxt,
	int capacity
)

Parameters

appCxt
Type: NetQuarryIAppContext
The application context.
capacity
Type: SystemInt32
The expected number of items.
See Also