Table of Contents

Constructor Lexer

Namespace
Alternet.Syntax.Lexer
Assembly
Alternet.Syntax.v9.dll

Lexer(IContainer)

Initializes a new instance of the Lexer class with specified container.

public Lexer(IContainer container)

Parameters

container IContainer

Specifies IContainer that contains this new instance.

Lexer()

Initializes a new instance of the Lexer class with default settings.

public Lexer()