-6

Is there a csc command line compiler equivalent to g++'s -o switch? Obviously, I have added it to path.

1 Answers1

1

It is simply -out:filename for the C# compiler.

Daniel A. White
  • 187,200
  • 47
  • 362
  • 445