FairyGUI.Utils.HtmlPageContext.HtmlPageContext C# (CSharp) Method

HtmlPageContext() public method

public HtmlPageContext ( ) : System.Collections.Generic
return System.Collections.Generic
        public HtmlPageContext()
        {
            _imagePool = new Stack<IHtmlObject>();
            _inputPool = new Stack<IHtmlObject>();
            _buttonPool = new Stack<IHtmlObject>();
            _selectPool = new Stack<IHtmlObject>();
            _linkPool = new Stack<IHtmlObject>();
        }