Method GetSimpleActions
GetSimpleActions()
Gets list of simple actions which were previously added with AddSimpleAction(string, Action).
IEnumerable<(string, Action)>? GetSimpleActions()
Returns
- IEnumerable<(string, Action)>
null
if no actions were added; list of actions otherwise.