MsdnResolver:显示在给定API的情况下如何为MSDN解析URL

时间:2024-06-07 13:19:39
【文件属性】:

文件名称:MsdnResolver:显示在给定API的情况下如何为MSDN解析URL

文件大小:10KB

文件格式:ZIP

更新时间:2024-06-07 13:19:39

C#

MSDN解析器 这个简单的控制台应用程序显示了如何从API(例如T:System.Collections.Generic.List`1获取MSDN URL,例如 。 : // The documentation IDs are the same that the C# // uses in the documentation XML files. var documentationId = " T:System.Collections.Generic.List`1 " ; var finder = new MsdnUrlFinder (); var url = await finder . GetUrlAsync ( documentationId ); // Prints // http://msdn.microsoft.com/en-us/library/6sh2ey19 Cons


【文件预览】:
MsdnResolver-master
----.gitattributes(2KB)
----MsdnResolver()
--------MsdnWebService.cs(4KB)
--------Program.cs(690B)
--------MsdnUrlFinder.cs(4KB)
--------Properties()
--------App.config(184B)
--------MsdnResolver.csproj(3KB)
----LICENSE(1KB)
----README.md(534B)
----.gitignore(3KB)
----MsdnResolver.sln(981B)

网友评论