代码改变世界

随笔档案-2018年01月

[C#]为什么Interface里的成员不能使用static修饰?

2018-01-23 11:19 by 新田三十三, 3164 阅读, 收藏,
摘要: 首先引用MSDN里的原文 Interface members are automatically public, and they can't include any access modifiers. Members also can't be static --https://docs.micr 阅读全文