C#中的默認訪問修飾符是什么?類、方法、成員、構造函數、委托和接口的默認訪問修飾符是什么?
3 回答

絕地無雙
TA貢獻1946條經驗 獲得超4個贊
top level class: internal method: private members (unless an interface or enum): private (including nested classes) members (of interface or enum): public constructor: private (note that if no constructor is explicitly defined, a public default constructor will be automatically defined) delegate: internal interface: internal explicitly implemented interface member: public!
- 3 回答
- 0 關注
- 1309 瀏覽
添加回答
舉報
0/150
提交
取消