Class LexReswordSets
Represents properties and methods to provide an indexed access to individual ILexReswordSet objects.
public class LexReswordSets : List<ILexReswordSet>, IReadOnlyList<ILexReswordSet>, IReadOnlyCollection<ILexReswordSet>, IList, ICollection, ILexReswordSets, IList<ILexReswordSet>, ICollection<ILexReswordSet>, IEnumerable<ILexReswordSet>, IEnumerable
  - Inheritance
 - 
      
      
      LexReswordSets
 
- Implements
 
- Extension Methods
 
Constructors
- LexReswordSets(ILexSyntaxBlock)
 Initializes a new instance of the
LexReswordSetsclass with specified settings.
Methods
- AddLexReswordSet()
 Adds a new item to the end of the
ILexReswordSetscollection.
- FindResword(string)
 Locates
ILexReswordSetcontaining given resword.
- InsertLexReswordSet(int)
 Inserts a new item to the specified position within the
ILexReswordSetscollection.