Click or drag to resize

TriggerBlock Constructor (Int32)

[This is preliminary documentation and is subject to change.]

Initializes a new instance of the TriggerBlock class.

Namespace:  Monkeyspeak
Assembly:  Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax
public TriggerBlock(
	int initialCapacity
)

Parameters

initialCapacity
Type: SystemInt32
The initial capacity.
See Also