[This is preliminary documentation and is subject to change.]
Indicates whether this token represents a language keyword
Namespace: NFX.CodeAnalysisAssembly: NFX (in NFX.dll) Version: 3.0.0.1 (3.0.0.1)
public bool IsKeyword { get; }
public bool IsKeyword { get; }
Public ReadOnly Property IsKeyword As Boolean
Get
Public ReadOnly Property IsKeyword As Boolean
Get
public:
property bool IsKeyword {
bool get ();
}
public:
property bool IsKeyword {
bool get ();
}
member IsKeyword : bool with get
member IsKeyword : bool with get
Property Value
Type:
Boolean