Click or drag to resize
KmerIndexerDictionaryGetEnumerator Method
Returns an enumerator that iterates through the kmer and corresponding list of positions.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public DictionaryTKey, TValueEnumerator GetEnumerator()

Return Value

Type: DictionaryTKey, TValueEnumerator
Enumerator over kmers.
See Also