摘要:
接口的属性: 请看以下代码: C# code public interface IMyInterface { void DoSomething(); void DoSomethingelse(); int DoThis { get; } } public class MyClass : IMyInterface { #region IMyInterface 成员 public v... 阅读全文
posted @ 2008-12-17 21:02
猫小星
阅读(392)
评论(5)
推荐(0)
浙公网安备 33010602011771号