AvalonStudio.Toolchains.Standard.CompileResult.CompileResult C# (CSharp) Метод

CompileResult() публичный Метод

public CompileResult ( ) : System
Результат System
		public CompileResult()
		{
			ObjectLocations = new List<string>();
			LibraryLocations = new List<string>();
			ExecutableLocations = new List<string>();
		}
CompileResult