예제 #1
0
 public QDomNodeList(QDomNodeList arg1) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QDomNodeList#", "QDomNodeList(const QDomNodeList&)", typeof(void), typeof(QDomNodeList), arg1);
 }
예제 #2
0
파일: QDomNodeList.cs 프로젝트: KDE/qyoto
 public QDomNodeList(QDomNodeList arg1)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QDomNodeList#", "QDomNodeList(const QDomNodeList&)", typeof(void), typeof(QDomNodeList), arg1);
 }