摘要:
Fluent Interface 直译过来是 “流畅(流利)的接口”,照字面有点难以理解。咱们还是从用代码来说明 (c#)public interface IRect{ void SetWidth(int width); void SetHeight(int height);}public Rect : IRect{ private int _width; private ... 阅读全文
posted @ 2009-06-29 13:19
yyliuliang
阅读(958)
评论(0)
推荐(0)

浙公网安备 33010602011771号