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