System.Globalization.Tests.ThaiBuddhistCalendarEras.Eras C# (CSharp) Méthode

Eras() private méthode

private Eras ( ) : void
Résultat void
        public void Eras()
        {
            Assert.Equal(new int[] { 1 }, new ThaiBuddhistCalendar().Eras);
        }
    }
ThaiBuddhistCalendarEras