Let\'s say I have a class defined something like the below:
namespace MyProject.MyConstants { public class Constants { public class Group1Constan
Try this one:
I used "+" instead of "." to reference the nested class. Not sure if you'll run into problems doing this though.