关于[C# 8 Interfaces: Static Main -- Why Not? ]的摘要:
When taking a closer look at C# 8 interfaces, we come across static members. Last time we looked at using static fields and methods in an interface. But things get stranger. An interface can have a "static Main" method, which means that this is a valid application...
原文地址: https://jeremybytes.blogspot.com/2019/12/c-8-interfaces-static-main-why-not.html