Skybound.Gecko.GeckoSelection.GeckoSelection C# (CSharp) Method

GeckoSelection() private method

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

            this.Selection = selection;
        }