随笔分类 -  学习——C#

摘要:1. IRange接口:using System;using System.Collections.Generic;using System.Linq;using System.Text;namespace gbxTest{ interface IRange { int endIndex { set; get; } int startIndex { set; get; } }}2. startBiggerT... 阅读全文
posted @ 2012-11-30 17:48 E_star 阅读(321) 评论(0) 推荐(0)