We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
using
What are the default using statements in a csx file?
Console.WriteLine("Hello World"); in a csx file on it's own works, so I figuredusing System is one. I was wondering if there are any others?
Console.WriteLine("Hello World");
using System