List<T>.ConvertAll<>()
Posted by: Keyvan Nayyeri,
on 04 Oct 2006 |
View original | Bookmarked: 0 time(s)
Notice the usage of List<T>.ConvertAll() method in my previous post: public String Points { get { return String.Join(" | ", (String[])this.myStudent.Points.ConvertAll (new Converter<Double, String>(delegate(Double value) { ...