Roslyn API documentation [closed]

可紊 提交于 2019-12-05 00:56:14

You can find Roslyn reference documentation at http://www.coderesx.com/roslyn/ . It's automatically generated from the latest Roslyn source code, in MSDN like format. It's preliminary documentation of course.

I think what you're looking for are the draft API docs posted on MSDN forum.

EDIT: Now that Roslyn is hosted on CodePlex, its documentation is at https://roslyn.codeplex.com/documentation.

Antony Thomas

Here is official link from Microsoft.

The link provides documentation to the complete Roslyn compiler stack including,but not restricted to:

  1. KeyConcepts - Syntax,Semantics and Services
  2. Code Samples
标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!