CSharp.IsLanguageKeyword Method
- Namespace
- Kampute.DocToolkit.Languages
- Assembly
- Kampute.DocToolkit.dll
Definition
Determines if the specified value is a C# keyword.
public static bool IsLanguageKeyword(string value)Parameters
valuestring- The value to check.
