System.Globalization.CalendarTable.SABBREVMONTHNAMES C# (CSharp) Méthode

SABBREVMONTHNAMES() private méthode

private SABBREVMONTHNAMES ( int id ) : String[]
id int
Résultat String[]
        internal unsafe String[] SABBREVMONTHNAMES(int id)
        {
            BCLDebug.Assert(id > 0 && id <= m_numItem,
                "[CalendarTable.SABBREVMONTHNAMES]id out of calendar range");

            return GetStringArray(m_calendars[id].saAbbrevMonthNames);
        }