Click or drag to resize

LGSPActionsGetAction Method

Gets the action with the given name.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IAction GetAction(
	string name
)

Parameters

name
Type: SystemString
The name of the action.

Return Value

Type: IAction
The action with the given name, or null, if no such action exists.

Implements

IActionsGetAction(String)
See Also