CSharpLanguageCharacteristics.GetKeyword(CSharpKeyword) Method
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:
static System::String ^ GetKeyword(Microsoft::AspNetCore::Razor::Tokenizer::Symbols::CSharpKeyword keyword);
public static string GetKeyword (Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpKeyword keyword);
static member GetKeyword : Microsoft.AspNetCore.Razor.Tokenizer.Symbols.CSharpKeyword -> string
Public Shared Function GetKeyword (keyword As CSharpKeyword) As String
Parameters
- keyword
- CSharpKeyword