![]() | LanguageVersionFacts Class |
Namespace: Microsoft.CodeAnalysis.VisualBasic
The LanguageVersionFacts type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | MapSpecifiedToEffectiveVersion |
Map a language version (such as Default, Latest, Or VisualBasicN) to a specific version (VisualBasicN).
|
![]() ![]() | ToDisplayString |
Displays the version number in the format understood on the command-line (/langver flag).
For instance, "9", "15", "latest".
|
![]() ![]() | TryParse |
Parse a LanguageVersion from a string input, as the command-line compiler does.
|