Quick question about using nested disposables in a single \'using\' statement: Should I write out each disposable\'s using statement, or can I nest them into one? Example:>
Simple answer is no - you need to wrap every object.