SparseSequenceGetKnownSequenceItems Method |
Returns known sequence items with their position as ReadOnlyCollection of IndexedSequenceItem.
Namespace: BioAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IReadOnlyList<IndexedItem<byte>> GetKnownSequenceItems()
Public Function GetKnownSequenceItems As IReadOnlyList(Of IndexedItem(Of Byte))
public:
IReadOnlyList<IndexedItem<unsigned char>^>^ GetKnownSequenceItems()
member GetKnownSequenceItems : unit -> IReadOnlyList<IndexedItem<byte>>
Return Value
Type:
IReadOnlyListIndexedItemByteSequence items with their position as ReadOnlyCollection of IndexedSequenceItem.
See Also