0

Is there a way to put all "using" statements used on top of each cs file in a common file and then reference that common file?

Cœur
  • 34,719
  • 24
  • 185
  • 251
Lali
  • 2,706
  • 4
  • 27
  • 45
  • I have edited your title. Please see, ["Should questions include “tags” in their titles?"](http://meta.stackexchange.com/questions/19190/), where the consensus is "no, they should not". – Tim Schmelter Mar 06 '13 at 08:03
  • Please note that references and `using` directives are actually two distinct concepts. – Damien_The_Unbeliever Mar 06 '13 at 08:05
  • The short answer here is "no, there is not - directives must be per-file (except for some ASP.NET scenarios where you can cheat)" – Marc Gravell Mar 06 '13 at 08:08

0 Answers0