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