The ISymbolList type exposes the following members.
Methods
Name | Description | |
---|---|---|
AddChangeListener | Overloaded. | |
Edit |
Apply an edit to the ISymbolList as specified by the edit object.
| |
IsUnchanging |
A particular ChangeType can never be raised by this Changeable.
(Inherited from IChangeable.) | |
RemoveChangeListener | Overloaded. | |
SubList |
Return a new SymbolList for the symbols start to end inclusive.
| |
SubStr |
Return a region of this symbol list as a string.
| |
SymbolAt |
Return the symbol at index, counting from 1.
| |
ToList |
Returns a List of symbols.
|
Properties
Name | Description | |
---|---|---|
Alphabet |
The alphabet that this SymbolList is over.
| |
Length |
The number of symbols in this ISymbolList.
| |
SeqString |
Stringify this symbol list.
| |
Symbols |
An Enumerable over all ISymbols in this ISymbolList.
|