Qyoto.QLocale.QLocale C# (CSharp) Метод

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

public QLocale ( QLocale language, QLocale country ) : System
language QLocale
country QLocale
Результат System
        public QLocale(QLocale.Language language, QLocale.Country country)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("QLocale$$", "QLocale(QLocale::Language, QLocale::Country)", typeof(void), typeof(QLocale.Language), language, typeof(QLocale.Country), country);
        }

Same methods

QLocale::QLocale ( ) : System
QLocale::QLocale ( QLocale language ) : System
QLocale::QLocale ( Type dummy ) : System
QLocale::QLocale ( string name ) : System