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

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

Constructor of abstract calendar class. This will be called by derived classes. name="locale" locale to use for translations. The global locale is used if null.
public KCalendarSystem ( KLocale locale ) : System
locale KLocale
Результат System
        public KCalendarSystem(KLocale locale)
            : this((Type) null)
        {
            CreateProxy();
            interceptor.Invoke("KCalendarSystem#", "KCalendarSystem(const KLocale*)", typeof(void), typeof(KLocale), locale);
        }

Same methods

KCalendarSystem::KCalendarSystem ( ) : System
KCalendarSystem::KCalendarSystem ( Type dummy ) : System