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

AlternateViewCollectionTest() public method

public AlternateViewCollectionTest ( ) : Xunit
return Xunit
        public AlternateViewCollectionTest()
        {
            avc = new MailMessage("[email protected]", "[email protected]").AlternateViews;
            av = AlternateView.CreateAlternateViewFromString("test", new ContentType("text/plain"));
        }