AvalonStudio.Toolchains.GCC.CompileSettings.CompileSettings C# (CSharp) 메소드

CompileSettings() 공개 메소드

public CompileSettings ( ) : System.Collections.Generic
리턴 System.Collections.Generic
		public CompileSettings()
		{
			Defines = new List<string>();
			Includes = new List<string>();
			DebugInformation = true;
		}
CompileSettings