Click or drag to resize

TriggerBlock Constructor (IEnumerableTrigger)

[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(
	IEnumerable<Trigger> collection
)

Parameters

collection
Type: System.Collections.GenericIEnumerableTrigger
The collection whose elements are copied to the new list.
See Also