for example, we do an extended interface. Let several other third-party applications implement this interface, and then send us a dll. Put it in a directory and you can call the method in this dll dynamically. Do you have any good suggestions? Thanks! ...
for example, a TextObject, displays and exports its Text,. Now the value I want to export becomes Text+ "2 ". What can I do? ...
some attributes that are asynchronously assigned to the background thread during program initialization may be ready for UI before the completion of set, that is, the user can operate. If you need to get some attribute that has not yet been set in the op...
the definition of non-generic IList interface in the official .NET documentation is: public interface IList : ICollection there are a lot of phenomena like repeatedly inheriting the same interface in .NET Framework BCL, so why design it this way? What...