AngularTemplates.Compile.Tests.TemplateCompilerTests.TemplateCompilerTests C# (CSharp) Метод

TemplateCompilerTests() публичный Метод

public TemplateCompilerTests ( ) : System.IO
Результат System.IO
        public TemplateCompilerTests()
        {
            _template1 = new TestVirtualFile("/fixtures/template1.html", "test");
            _template2 = new TestVirtualFile("/fixtures/template2.html", "test2");
        }