System.Xml.Tests.CCompileToTypeTest.CCompileToTypeTest C# (CSharp) Method

CCompileToTypeTest() public method

public CCompileToTypeTest ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit
        public CCompileToTypeTest(ITestOutputHelper output) : base(output)
        {
            _output = output;
        }
CCompileToTypeTest