Method | Description | |
---|---|---|
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 | ||
return | System.Collections.Generic |
public MenuItem ( IEnumerable menuItems ) : System.Collections.Generic | ||
menuItems | IEnumerable | |
return | System.Collections.Generic |
public MenuItem ( System.Action action ) : System.Collections.Generic | ||
action | System.Action | |
return | System.Collections.Generic |
public MenuItem ( System.Action action, IEnumerable menuItems ) : System.Collections.Generic | ||
action | System.Action | |
menuItems | IEnumerable | |
return | System.Collections.Generic |