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
tTypeType for which actions are requested.