 | ActionCall(IAction, Int32, Object) Constructor |
Creates a new action call object, taking over the given arguments (buffer) as arguments buffer.
Namespace: de.unika.ipd.grGen.libGrAssembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntaxpublic ActionCall(
IAction action,
int maxMatches,
params Object[] arguments
)
Parameters
- action IAction
-
- maxMatches Int32
-
- arguments Object
-
See Also