vb.net System namespace conflict with sibling namespace
问题 I have a class EventArgs(Of T) in my solution. This class is located in the namespace Acme.Infrastructure.Interface . A class with the same name EventArgs exists in the System namespace. In another project in my solution I have a class Acme.BusinessModules.MyModule.MyClass When attempting to use the EventArgs class I have to fully qualify the class name or the compiler thinks I am using the System.EventArgs class. My understanding of namespace resolution was that the compiler would first look