C# List.Sort() 排序; DataView 对DataTable 排序
摘要:
List<string> sortedHeight = new List<string>(); foreach (var cs in contourDoc.SelectNodes("Xml/ContourSet")) { XmlElement tempEle = cs as XmlElement; sortedHeight.Add(tempEle.Attributes["height"].Value); } sortedHeight.Sor... 阅读全文
posted @ 2012-07-13 17:23
imihiro
阅读(2489)
评论(0)
推荐(0)
浙公网安备 33010602011771号