Table of Contents

Method FindLexStyle

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

FindLexStyle(string)

Finds ILexStyle by its name.

public virtual ILexStyle FindLexStyle(string name)

Parameters

name string

Name of the ILexStyle.

Returns

ILexStyle

ILexStyle that is found.