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
ILexStates
collection.
- Assign(ILexStates)
When implemented by a class, assigns most relevant properties from another
ILexStates
object.
- FindLexState(string)
When implemented by a class, finds
ILexState
by its name.
- InsertLexState(int)
When implemented by a class, inserts a new item to the specified position within the
ILexStates
collection.