LanguageVersionFacts Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public ref class LanguageVersionFacts abstract sealed
public static class LanguageVersionFacts
type LanguageVersionFacts = class
Public Module LanguageVersionFacts
- Inheritance
-
LanguageVersionFacts
Methods
MapSpecifiedToEffectiveVersion(LanguageVersion) |
Map a language version (such as Default, Latest, or CSharpN) to a specific version (CSharpM). |
ToDisplayString(LanguageVersion) |
Displays the version number in the format expected on the command-line (/langver flag). For instance, "6", "7.0", "7.1", "latest". |
TryParse(String, LanguageVersion) |
Try parse a LanguageVersion from a string input, returning default if input was null. |
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.