Click or drag to resize

ActionCall Constructor (IAction, Int32, Object)

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.2
Syntax
C#
public ActionCall(
	IAction action,
	int maxMatches,
	params Object[] arguments
)

Parameters

action
Type: de.unika.ipd.grGen.libGrIAction
maxMatches
Type: SystemInt32
arguments
Type: SystemObject
See Also