Метод | Описание | |
---|---|---|
Execute ( ) : void | ||
MenuItem ( ) : System.Collections.Generic | ||
MenuItem ( IEnumerable menuItems ) : System.Collections.Generic | ||
MenuItem ( System.Action action ) : System.Collections.Generic | ||
MenuItem ( System.Action action, IEnumerable menuItems ) : System.Collections.Generic | ||
ToString ( ) : string |
public MenuItem ( ) : System.Collections.Generic | ||
Результат | System.Collections.Generic |
public MenuItem ( IEnumerable menuItems ) : System.Collections.Generic | ||
menuItems | IEnumerable | |
Результат | System.Collections.Generic |
public MenuItem ( System.Action action ) : System.Collections.Generic | ||
action | System.Action | |
Результат | System.Collections.Generic |
public MenuItem ( System.Action action, IEnumerable menuItems ) : System.Collections.Generic | ||
action | System.Action | |
menuItems | IEnumerable | |
Результат | System.Collections.Generic |