Property IsKeyword
IsKeyword
Gets or Sets whether the current token is a keyword. true
if the current token is a keyword, otherwise
false
.
Declaration
bool IsKeyword { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |