/// /// this test adds a number of values to the hashtable collection /// and then retrieves those values and checks if they match. /// [test] public void hashtableaddtest() { //method body here }
该方法的xml文档将被抽取并保存到xml文件中,如下所示:
this test adds a number of values to the hashtable collection and then retrieves those values and checks if they match.
ndoc利用反射查看程序集,然后读取文档中的xml并进行匹配。ndoc可使用该数据创建各种不同的文档格式,包括msdn风格的html帮助文件格式(.chm)、visual studio .net 帮助文件格式(html help 2)等。生成xml文件之后,下一步是将程序集和xml文件加载到ndoc中以便进行处理。操作很简单,只需打开ndoc并点击“add”按钮,然后添加相关文件即可。