BooCompiler.Tests.AbstractCompilerTestCase.AssemblyResolver.AssemblyResolver C# (CSharp) Method

AssemblyResolver() public method

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