Click or drag to resize

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

Parameters

action  IAction
 
maxMatches  Int32
 
argumentCount  Int32
 
See Also