Example #1
0
 /// <summary>
 /// Gets the symbol at the specified index.
 /// </summary>
 /// <param name="index">The zero-based index of the symbol.</param>
 /// <returns> The symbol at the specified index.</returns>
 public ISequenceItem GetISequenceItem(int index)
 {
     return(_alphabet.LookupByValue(this[index]));
 }