AvalonStudio.Toolchains.Standard.CompileResult.CompileResult C# (CSharp) Method

CompileResult() public method

public CompileResult ( ) : System
return System
		public CompileResult()
		{
			ObjectLocations = new List<string>();
			LibraryLocations = new List<string>();
			ExecutableLocations = new List<string>();
		}
CompileResult