Table of Contents

Method FindLexStyle

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

FindLexStyle(string)

When implemented by a class, finds ILexStyle by its name.

ILexStyle FindLexStyle(string name)

Parameters

name string

Name of the ILexStyle.

Returns

ILexStyle

ILexStyle that is found.