Skybound.Gecko.GeckoSelection.GeckoSelection C# (CSharp) Méthode

GeckoSelection() private méthode

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

            this.Selection = selection;
        }