Click or drag to resize

ActionCall Constructor (IAction, Int32, Int32)

Creates a new action call object, allocating an arguments buffer that allows to store argumentCount arguments.

Namespace:  de.unika.ipd.grGen.libGr
Assembly:  libGr (in libGr.dll) Version: GrGen.NET 7.2
Syntax
C#
public ActionCall(
	IAction action,
	int maxMatches,
	int argumentCount
)

Parameters

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