Thursday, June 9, 2011

Nesting Using Statements

(see Nested Using Statements)
Just stack them like so:

using (...)
using (...)
using (...)
{
...
}

No comments:

Post a Comment