Ampere.BuildEnvironment.AddReferencePath C# (CSharp) Method

AddReferencePath() public method

public AddReferencePath ( string path, bool recursive = false ) : void
path string
recursive bool
return void
        public void AddReferencePath(string path, bool recursive = false)
        {
            referencePaths.Add(Tuple.Create(path, recursive));
        }