Will Pittenger - 2014-02-11

No, there isn't a using statement or clause. Nor do I expect to add one. The using statement in C# and Java is something I never understood. I always explicitly use the fully qualified name of any object or class. I consider anything else to be unsafe as you don't know where an identifier is coming from. You also increase the risk of identifer-collisions.