Table of Contents

Method FindSyntaxBlock

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

FindSyntaxBlock(string)

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

ILexSyntaxBlock FindSyntaxBlock(string name)

Parameters

name string

Specifies name of the ILexSyntaxBlock.

Returns

ILexSyntaxBlock

ILexSyntaxBlock that is found.