Table of Contents

Method ParseStrings

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

ParseStrings(int, int)

Perform lexical analysis specified strings.

public virtual 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.