  | PageAddBlocks Method  | 
 [This is preliminary documentation and is subject to change.]
[Missing <summary> documentation for "M:Monkeyspeak.Page.AddBlocks(System.Collections.Generic.IEnumerable{Monkeyspeak.TriggerBlock})"]
 
    Namespace: 
   Monkeyspeak
    Assembly:
   Monkeyspeak (in Monkeyspeak.dll) Version: 7.0.10.28723 (7.0.10.28723)
Syntaxinternal void AddBlocks(
	IEnumerable<TriggerBlock> blocks
)
Friend Sub AddBlocks ( 
	blocks As IEnumerable(Of TriggerBlock)
)
internal:
void AddBlocks(
	IEnumerable<TriggerBlock^>^ blocks
)
internal member AddBlocks : 
        blocks : IEnumerable<TriggerBlock> -> unit 
Parameters
- blocks
 - Type: System.Collections.GenericIEnumerableTriggerBlock
[Missing <param name="blocks"/> documentation for "M:Monkeyspeak.Page.AddBlocks(System.Collections.Generic.IEnumerable{Monkeyspeak.TriggerBlock})"]
 
See Also