Method GetSimpleActions
GetSimpleActions(Type)
Gets list of simple actions or null
if there are no actions.
public static IEnumerable<(string, Action)>? GetSimpleActions(Type t)
Parameters
t
TypeType for which actions are requested.
Returns
- IEnumerable<(string, Action)>