Return the underlying ISymbol[] array that backs this object.

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

Syntax

C#
public ISymbol[] SymbolArray { get; }

Remarks

primarily used to accelerate reconstruction of symbol lists in the packed chunked symbol list implementation.

See Also