Skip to main content
Version: Next

Class KeywordToken

Assembly: RCaron.dll
View Source
Declaration
csharp
public class KeywordToken : PosToken
Declaration
csharp
public class KeywordToken : PosToken

Inheritance: System.Object -> RCaron.PosToken

Properties

String

View Source
Declaration
csharp
public string String { get; }
Declaration
csharp
public string String { get; }

IsExecutable

View Source
Declaration
csharp
public bool IsExecutable { get; set; }
Declaration
csharp
public bool IsExecutable { get; set; }

Extension Methods