BooCompiler.Tests.AbstractCompilerTestCase.AssemblyResolver.AssemblyResolver C# (CSharp) 메소드

AssemblyResolver() 공개 메소드

public AssemblyResolver ( string path ) : System
path string
리턴 System
            public AssemblyResolver(string path)
            {
                _path = path;
            }