Pick the command line that would result in the C# compiler generating an XML documentation file ...

Q

Pick the command line that would result in the C# compiler generating an XML documentation file ...

✍: Guest

A

Pick the command line that would result in the C# compiler generating an XML documentation file
* csc /doc:NewHome.xml NewHome.cs
* c /doc /docfile: NewHome.xml NewHome.cs
* csc /doc /out: NewHome.xml NewHome.cs
* csc /xml NewHome.cs


csc /doc:NewHome.xml NewHome.cs

2014-08-01, 1629👍, 0💬