Skybound.Gecko.GeckoSelection.GeckoSelection C# (CSharp) 메소드

GeckoSelection() 개인적인 메소드

private GeckoSelection ( nsISelection selection ) : System
selection nsISelection
리턴 System
        internal GeckoSelection(nsISelection selection)
        {
            if (selection == null)
                throw new ArgumentException("selection");

            this.Selection = selection;
        }