1.前言
接口与Java基本一样
2.操作
(1)看路径结果
(2)
接口源码:
namespace ConsoleApp1 { public interface ILogin { void Eat(); string Tu(int type); } }
1.前言
接口与Java基本一样
2.操作
(1)看路径结果
(2)
接口源码:
namespace ConsoleApp1 { public interface ILogin { void Eat(); string Tu(int type); } }
相关文章: