Table of Contents

Method ParseStrings

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v10.dll

ParseStrings(int, int, bool)

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

void ParseStrings(int first, int last, bool immediate = false)

Parameters

first int

Index of the first line to parse.

last int

Index of the last line to parse.

immediate bool

Indicates that lines should be parsed synchronously