| TriggerBlock Constructor (IEnumerableTrigger) |
[This is preliminary documentation and is subject to change.]
Namespace:
Monkeyspeak
Assembly:
Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntax public TriggerBlock(
IEnumerable<Trigger> collection
)
Public Sub New (
collection As IEnumerable(Of Trigger)
)
public:
TriggerBlock(
IEnumerable<Trigger>^ collection
)
new :
collection : IEnumerable<Trigger> -> TriggerBlock
Parameters
- collection
- Type: System.Collections.GenericIEnumerableTrigger
The collection whose elements are copied to the new list.
See Also