System.Linq.Tests.LongCountTests.EmptySource C# (CSharp) 메소드

EmptySource() 개인적인 메소드

private EmptySource ( ) : void
리턴 void
        public void EmptySource()
        {
            int[] data = { };
            Assert.Equal(0, data.AsQueryable().LongCount());
        }