Table of Contents

Method FindResword

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

FindResword(string)

Locates given resword in Reswords collection.

public virtual bool FindResword(string resword)

Parameters

resword string

Resword to locate.

Returns

bool

True if resword presents in the Reswords collection; otherwise false.