CSharpFeaturesTest.V30.Linq.AggregationOperationsTests.LongCountMethodTest C# (CSharp) Метод

LongCountMethodTest() приватный Метод

private LongCountMethodTest ( ) : void
Результат void
        public void LongCountMethodTest()
        {
            // Count와 return 타입만 다름

            IEnumerable<string> fruits = new string[] {};
            Assert.AreEqual("Int64", fruits.LongCount().GetType().Name);
        }