System.Net.Mail.Tests.AlternateViewCollectionTest.RemoveCount C# (CSharp) 메소드

RemoveCount() 개인적인 메소드

private RemoveCount ( ) : void
리턴 void
        public void RemoveCount()
        {
            avc.Remove(av);
            Assert.True(avc.Count == 0);
        }
    }