BooCompiler.Tests.AbstractCompilerTestCase.AssemblyResolver.AssemblyResolver C# (CSharp) Méthode

AssemblyResolver() public méthode

public AssemblyResolver ( string path ) : System
path string
Résultat System
            public AssemblyResolver(string path)
            {
                _path = path;
            }