public KTimeZoneBackend(KTimeZoneBackend other) : this((Type) null) { CreateProxy(); interceptor.Invoke("KTimeZoneBackend#", "KTimeZoneBackend(const KTimeZoneBackend&)", typeof(void), typeof(KTimeZoneBackend), other); }
public KTimeZone(KTimeZoneBackend impl) : this((Type) null) { CreateProxy(); interceptor.Invoke("KTimeZone#", "KTimeZone(KTimeZoneBackend*)", typeof(void), typeof(KTimeZoneBackend), impl); }