 | ActionCall(IAction, Int32, Int32) Constructor |
Creates a new action call object, allocating an arguments buffer that allows to store argumentCount arguments.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic ActionCall(
IAction action,
int maxMatches,
int argumentCount
)
Parameters
- action IAction
-
- maxMatches Int32
-
- argumentCount Int32
-
See Also