Is there a programmatic way to determine the list of keywords for a particular version of C#?
What I'm after is a list so I can do syntax coloring. I can read a hard coded list but if I can get them programatically then I don't need to worry about updating hte list for each new release,etc.