AvalonStudio.Toolchains.Llilum.LlilumToolchain.GetCSCCompilerArguments C# (CSharp) 메소드

GetCSCCompilerArguments() 공개 메소드

public GetCSCCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile sourceFile ) : string
superProject IStandardProject
project IStandardProject
sourceFile ISourceFile
리턴 string
		public string GetCSCCompilerArguments(IStandardProject superProject, IStandardProject project, ISourceFile sourceFile)
		{
			return "/unsafe";
		}