System.Net.Mail.Tests.AlternateViewCollectionTest.RemoveCount C# (CSharp) Method

RemoveCount() private method

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