会员
周边
捐助
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
MSRC TOP100
悟已往之不谏,知来者之可追
首页
管理
2018年12月8日
c# 接口相同方法申明使用
摘要: using System; namespace ConsoleApp1 { interface IInterface1 { void ft(); } interface IInterface2 { void ft(); } class MyClass : IInterface1, IInterfa...
阅读全文
posted @ 2018-12-08 23:00 紅人
阅读(577)
评论(0)
推荐(1)
编辑
公告