Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

In a C# solution, Where do you declare solution-scope enums?

In a C# solution, Where do you declare solution-scope enums ?

like image 987
odiseh Avatar asked Mar 02 '10 07:03

odiseh


1 Answers

You'll need to declare them within a Project which all other projects in the solution reference.

like image 179
STW Avatar answered Sep 27 '22 17:09

STW