Table of Contents

Method GetSimpleActions

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

GetSimpleActions(Type)

Gets list of simple actions or null if there are no actions.

public static IEnumerable<(string, Action)>? GetSimpleActions(Type t)

Parameters

t Type

Type for which actions are requested.

Returns

IEnumerable<(string, Action)>