Interface ILexReswordSets
Represents properties and methods to provide an indexed access to individual ILexReswordSet
objects.
public interface ILexReswordSets : IList<ILexReswordSet>, ICollection<ILexReswordSet>, IEnumerable<ILexReswordSet>, IEnumerable
- Extension Methods
Methods
- AddLexReswordSet()
When implemented by a class, adds a new item to the specified position within the
ILexReswordSets
collection.
- FindResword(string)
When implemented by a class, locates
ILexReswordSet
containing given resword.
- InsertLexReswordSet(int)
When implemented by a class, inserts a new item to the specified position within the
ILexReswordSets
collection.