MenuItem.this

  1. this(string displayString, void delegate() action, bool enabled = true)
    class MenuItem
    this
    (
    ,
    void delegate(
    )
    action
    ,
    bool enabled = true
    )
    in { assert (displayString !is null); assert (action !is null); }
  2. this(string displayString, void function() action, bool enabled = true)

Meta