Hyena.Gui.ActionManager.this C# (CSharp) 메소드

this() 공개 메소드

public this ( string actionId ) : Gtk.Gtk.Action
actionId string
리턴 Gtk.Gtk.Action
        public Gtk.Action this[string actionId] {
            get { return FindAction (actionId); }
        }