章术

导航

2012年12月11日

HashTable 有序遍历

摘要: 没有直接的方法,只有思维转换的方法,如下。System.Collections.Hashtable hashtable = new Hashtable(); hashtable.Add("Force Kill", "True"); hashtable.Add("UnnecessaryUsedcarImageAllCount", RemoverBase._UnnecessaryUsedcarAllCount); hashtable.Add("Unnecessa... 阅读全文

posted @ 2012-12-11 17:31 章术 阅读(503) 评论(0) 推荐(0) 编辑

xsd 进行判断config是否符合规则

摘要: //----------------------------------------------------------------// <copyright file="ConfigFileLoader.cs" company="Microsoft">// Copyright (c) Microsoft Corporation. All rights reserved.// </copyright>// <summary>Check and load configuration file.</summary&g 阅读全文

posted @ 2012-12-11 15:03 章术 阅读(267) 评论(0) 推荐(0) 编辑