Kimono.KSystemTimeZoneBackend.KSystemTimeZoneBackend C# (CSharp) Метод

KSystemTimeZoneBackend() публичный Метод

Implements KSystemTimeZone.KSystemTimeZone().
public KSystemTimeZoneBackend ( Kimono.KSystemTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment ) : System
source Kimono.KSystemTimeZoneSource
name string
countryCode string
latitude float
longitude float
comment string
Результат System
        public KSystemTimeZoneBackend(KSystemTimeZoneSource source, string name, string countryCode, float latitude, float longitude, string comment)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("KSystemTimeZoneBackend#$$$$$", "KSystemTimeZoneBackend(KSystemTimeZoneSource*, const QString&, const QString&, float, float, const QString&)", typeof(void), typeof(KSystemTimeZoneSource), source, typeof(string), name, typeof(string), countryCode, typeof(float), latitude, typeof(float), longitude, typeof(string), comment);
        }

Same methods

KSystemTimeZoneBackend::KSystemTimeZoneBackend ( Type dummy ) : System