Наследование: Object, IDisposable
Пример #1
0
 public KTimeZoneBackend(KTimeZoneBackend other)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTimeZoneBackend#", "KTimeZoneBackend(const KTimeZoneBackend&)", typeof(void), typeof(KTimeZoneBackend), other);
 }
Пример #2
0
 public KTimeZone(KTimeZoneBackend impl)
     : this((Type) null)
 {
     CreateProxy();
     interceptor.Invoke("KTimeZone#", "KTimeZone(KTimeZoneBackend*)", typeof(void), typeof(KTimeZoneBackend), impl);
 }