 | IActionCoreReserve Method |
Returns a list of arrays with the given number of list elements;
the array size is as needed for storing the return values.
The list/its members are only valid until the next allocate or graph rewrite with this rule.
Internal memory optimization.
Namespace:
de.unika.ipd.grGen.libGr
Assembly:
libGr (in libGr.dll) Version: GrGen.NET 8.0beta
SyntaxList<Object[]> Reserve(
int numReturns
)
Parameters
- numReturns
- Type: SystemInt32
Return Value
Type:
ListObject
See Also