Click or drag to resize

BaseActionsActions Property

Enumerates all actions managed by this BaseActions instance.

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

Property Value

Type: IEnumerableIAction

Implements

IActionsActions
See Also