link中如何实现链式编程,后面的拿到前面的方法并且提前结束?
参考:http://tech.it168.com/d/2008-01-18/200801181226825.shtml
也可以自己实现IEnumerable<T>,用yield break
IEnumerable<T>