コード例 #1
0
ファイル: QSslCipher.cs プロジェクト: micro-chen/qyoto
 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);
 }