Return the symbol at index, counting from 1.

Namespace:  BioSharp.Core.Bio.Symbol
Assembly:  BioSharp.Core (in BioSharp.Core.dll) Version: 0.1.3191.26120 (0.1.0.0)

Syntax

C#
public abstract ISymbol SymbolAt(
	int index
)

Parameters

index
Type: System..::.Int32
the offset into this ISymbolList

Return Value

the ISymbol at that index

Implements

ISymbolList..::.SymbolAt(Int32)

Exceptions

ExceptionCondition
System..::.IndexOutOfRangeExceptionif index is less than 1, or greater than the length of the symbol list

See Also