Table of Contents

Method FindLexState

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

FindLexState(string)

Finds ILexState by its name.

public virtual ILexState FindLexState(string name)

Parameters

name string

Name of the ILexState.

Returns

ILexState

ILexState that is found.