RawCommandAddT(IListJumpAndShootItemT, Boolean) Method | 
            Adds one array at the end of the 
Payload Namespace: RAYLASE.SPICE3Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.9.1
Syntaxpublic void Add<T>(
	IList<JumpAndShootItem<T>> val,
	bool resizeBuffer = true
)
where T : 
Parameters
- val  IListJumpAndShootItemT
 -  Array to add
 - resizeBuffer  Boolean  (Optional)
 - 
            When set to true the size of Payload array is checked and Payload gets resized if there is not enough space.
            When set to false there is no such check and an exception is thrown if there is not enough space.
 
Type Parameters
- T
 [Missing <typeparam name="T"/> documentation for "M:RAYLASE.SPICE3.RawCommand.Add``1(System.Collections.Generic.IList{RAYLASE.SPICE3.JumpAndShootItem{``0}},System.Boolean)"]
See Also