Interface ILexStates
Represents properties and methods to provide an indexed access to individual ILexState objects.
public interface ILexStates : IList<ILexState>, ICollection<ILexState>, IEnumerable<ILexState>, IEnumerable
- Extension Methods
Methods
- AddLexState()
When implemented by a class, adds a new item to the specified position within the
ILexStatescollection.
- Assign(ILexStates)
When implemented by a class, assigns most relevant properties from another
ILexStatesobject.
- FindLexState(string)
When implemented by a class, finds
ILexStateby its name.
- InsertLexState(int)
When implemented by a class, inserts a new item to the specified position within the
ILexStatescollection.