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