System.Xml.Tests.CCompileToTypeTest.CCompileToTypeTest C# (CSharp) Méthode

CCompileToTypeTest() public méthode

public CCompileToTypeTest ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit
        public CCompileToTypeTest(ITestOutputHelper output) : base(output)
        {
            _output = output;
        }
CCompileToTypeTest