Interface ILexSyntaxBlocks
Represents properties and methods to provide an indexed access to individual ILexSyntaxBlock objects.
public interface ILexSyntaxBlocks : IList<ILexSyntaxBlock>, ICollection<ILexSyntaxBlock>, IEnumerable<ILexSyntaxBlock>, IEnumerable
- Extension Methods
Methods
- AddLexSyntaxBlock()
When implemented by a class, adds a new item to the specified position within the
ILexReswordSetscollection.
- FindSyntaxBlock(string)
When implemented by a class, finds
ILexSyntaxBlockby its name.
- InsertLexSyntaxBlock(int)
When implemented by a class, inserts a new item to the specified position within the
ILexSyntaxBlockscollection.