Return the symbol at index, counting from 1.
Namespace:
BioSharp.Core.Bio.Seq.ImplAssembly: BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)
Syntax
Parameters
- index
- Type: System..::.Int32
the offset into this ISymbolList
Return Value
the ISymbol at that indexImplements
ISymbolList..::.SymbolAt(Int32)Exceptions
Exception | Condition |
---|---|
System..::.IndexOutOfRangeException | if index is less than 1, or greater than the length of the symbol list |