Table of Contents

Method ParseStrings

Namespace
Alternet.Editor.TextSource
Assembly
Alternet.Editor.v9.dll

ParseStrings(int, int)

When implemented by a class, perform lexical analysis specified strings.

void ParseStrings(int first, int last)

Parameters

first int

Index of the first line to parse.

last int

Index of the last line to parse.