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.2
Syntax
C#
IEnumerable<IAction> Actions { get; }

Property Value

Type: IEnumerableIAction
See Also