AvalonStudio.Toolchains.Standard.StandardToolChain.GetCompilerArguments C# (CSharp) Method

GetCompilerArguments() public abstract method

public abstract GetCompilerArguments ( IStandardProject superProject, IStandardProject project, ISourceFile sourceFile ) : string
superProject IStandardProject
project IStandardProject
sourceFile ISourceFile
return string
		public abstract string GetCompilerArguments(IStandardProject superProject, IStandardProject project,
			ISourceFile sourceFile);