示例#1
0
文件: QChar.cs 项目: KDE/qyoto
 public QChar(QLatin1Char ch)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }
示例#2
0
 public QChar(QLatin1Char ch) : this((Type)null)
 {
     CreateProxy();
     interceptor.Invoke("QChar#", "QChar(QLatin1Char)", typeof(void), typeof(QLatin1Char), ch);
 }