Table of Contents

Method FindSyntaxBlock

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

FindSyntaxBlock(string)

Finds ILexSyntaxBlock by its name.

public virtual ILexSyntaxBlock FindSyntaxBlock(string name)

Parameters

name string

Specifies name of the ILexSyntaxBlock.

Returns

ILexSyntaxBlock

ILexSyntaxBlock that is found.