tokenizer.AST : dylan.NET.Tokenizer.AST.Tokens Namespace

DllTok Class

Represents the '.dll' keyword.

Syntax

public class DllTok : Token

Remarks

This class is used in an assembly statement to indicate that the result of compilation should be a .dll library.

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4

Members

See Also: Inherited members from Token.

Public Constructors

DllTok ()
Constructs a new DllTok.

Public Fields

Line int . The Line where this Token was found. (Inherited from Token.)
Value string . The textual value of the Token. (Inherited from Token.)

Member Details

DllTok Constructor

Constructs a new DllTok.

Syntax

public DllTok ()

Remarks

Requirements

Namespace: dylan.NET.Tokenizer.AST.Tokens
Assembly: tokenizer.AST (in tokenizer.AST.dll)
Assembly Versions: 11.2.7.2, 11.2.7.3, 11.2.7.4