Class LexSyntaxBlocks
Provides an indexed access to individual ILexSyntaxBlock objects.
public class LexSyntaxBlocks : List<ILexSyntaxBlock>, IReadOnlyList<ILexSyntaxBlock>, IReadOnlyCollection<ILexSyntaxBlock>, IList, ICollection, ILexSyntaxBlocks, IList<ILexSyntaxBlock>, ICollection<ILexSyntaxBlock>, IEnumerable<ILexSyntaxBlock>, IEnumerable
- Inheritance
-
LexSyntaxBlocks
- Implements
- Extension Methods
Constructors
- LexSyntaxBlocks(ILexState)
Initializes a new instance of the
LexSyntaxBlocksclass with specifies parameters.
Methods
- AddLexSyntaxBlock()
Creates new
ILexSyntaxBlockand adds it to theLexSyntaxBlockscollection.
- FindSyntaxBlock(string)
Finds
ILexSyntaxBlockby its name.
- InsertLexSyntaxBlock(int)
Inserts a new item to the specified position within the
ILexSyntaxBlockscollection.