Click or drag to resize

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.libGr
Assembly: libGr (in libGr.dll) Version: GrGen.NET 7.1
Syntax
C#
public ActionCall(
	IAction action,
	int maxMatches,
	params Object[] arguments
)

Parameters

action  IAction
 
maxMatches  Int32
 
arguments  Object
 
See Also