Table of Contents

Interface ILexReswordSet

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

Represents properties and methods to specify keywords for ILexSyntaxBlock.LexReswordSets collection.

public interface ILexReswordSet

Properties

Block

When implemented by a class, gets or sets ILexSyntaxBlock owning this ILexReswordSet.

CaseSensitive

When implemented by a class, gets or sets a value indicating whether ILexReswordSet is case-sensitive or not.

Index

When implemented by a class, represents index of the ILexReswordSet within the reswords collection.

Name

When implemented in a class, gets or set name for the ILexReswordSet.

ReswordStyle

When implemented by a class, gets or sets an ILexStyle of resword collection.

Reswords

When implemented by a class, gets or sets a collection of keywords for the ILexReswordSet.

SerializationInfo

Gets or sets an xml representation of this ILexReswordSet object.

Methods

AddResword(string)

When implemented by a class, adds a new element to the resword collection.

Clear()

When implemented in a class, removes all items from Reswords collection.

FindResword(string)

When implemented by a class, locates given resword in Reswords collection.