Click or drag to resize
SparseSequenceGetKnownSequenceItems 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: IReadOnlyListIndexedItemByte
Sequence items with their position as ReadOnlyCollection of IndexedSequenceItem.
See Also