Thursday, October 8, 2015

Get rid of ambiguity at a using directive in C#.

using Environment = MyApp.Core.Environment;

...would alleviate ambiguity between your own Environment type and System.Environment for example.

No comments:

Post a Comment