Click or drag to resize

IActionsActions Property

Enumerates all actions managed by this IActions instance.

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

Property Value

IEnumerableIAction
See Also