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

value string
The value to check.

Returns

bool
true if the value is a C# keyword; otherwise, false.