In .NEt C# How can I tell the compiler to use a Type from a particular class when a second Type exists with the same name in my project references?
A class I wish to use exists in 2 project references. The namespace etc is identical. I require both references in the project, but for this particular class I wish to use the one from one of the references assemblies.