Inheritance: Object, IDisposable
示例#1
0
 public QWebHitTestResult(QWebHitTestResult other) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QWebHitTestResult#", "QWebHitTestResult(const QWebHitTestResult&)", typeof(void), typeof(QWebHitTestResult), other);
 }
示例#2
0
 public QWebHitTestResult(QWebHitTestResult other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QWebHitTestResult#", "QWebHitTestResult(const QWebHitTestResult&)", typeof(void), typeof(QWebHitTestResult), other);
 }