Exemplo n.º 1
0
// Generating method code for setEndPoint
        public virtual void SetEndPoint(string type, NHtmlUnit.Javascript.Host.TextRange other)
        {
            WObj.setEndPoint(type, (com.gargoylesoftware.htmlunit.javascript.host.TextRange)other.WrappedObject);
        }
Exemplo n.º 2
0
// Generating method code for inRange
        public virtual bool InRange(NHtmlUnit.Javascript.Host.TextRange other)
        {
            return(WObj.inRange((com.gargoylesoftware.htmlunit.javascript.host.TextRange)other.WrappedObject));
        }