CCNet.Build.PrepareProject.Paths.SourceFile C# (CSharp) Метод

SourceFile() публичный статический Метод

public static SourceFile ( this args ) : string
args this
Результат string
		public static string SourceFile(this Args args)
		{
			return Path.Combine(args.OutputPath, "source.txt");
		}