Using the Roslyn Syntax API
Posted by: C# Frequently Asked Questions,
on 03 Nov 2011 |
View original | Bookmarked: 0 time(s)
By Kevin Pilch-Bisson As promised back when we released the Roslyn CTP, here is the first of a series of blog posts that help explain the various parts of the Roslyn API. If you dont have the Roslyn CTP, you can get it from our MSDN page, and install it on top of Visual Studio SP1 and the VSSDK. If you want to get into using the Roslyn CTP seriously, I highly recommend taking a look at the overview document, and the various walkthroughs that weve put together. Properties The Syntax API in Roslyn...