CodeWriter.IsJSKeyword method
Returns true if the identifier is a reserved JavaScript keyword.
public static bool IsJSKeyword(string identifier)
| parameter | description |
|---|---|
| identifier | The identifier to check. |
Return Value
true if the identifier is a reserved JavaScript keyword; otherwise, false.
See Also
- class CodeWriter