Click or drag to resize

LGSPActions.Actions Property

Enumerates all actions managed by this LGSPActions instance.

Namespace:  de.unika.ipd.grGen.lgsp
Assembly:  lgspBackend (in lgspBackend.dll) Version: GrGen.NET 7.2
Syntax
C#
public override IEnumerable<IAction> Actions { get; }

Property Value

Type: IEnumerable<IAction>

Implements

IActions.Actions
See Also