Click or drag to resize
SparseSequence.GetKnownSequenceItems Method
Returns known sequence items with their position as ReadOnlyCollection of IndexedSequenceItem.

Namespace: Bio
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IReadOnlyList<IndexedItem<byte>> GetKnownSequenceItems()

Return Value

Type: IReadOnlyList<IndexedItem<Byte>>
Sequence items with their position as ReadOnlyCollection of IndexedSequenceItem.
See Also