KmerPositionDictionaryGetEnumerator Method |
Returns an enumerator that iterates through the
kmer and corresponding list of positions.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public DictionaryTKey, TValueEnumerator GetEnumerator()
Public Function GetEnumerator As DictionaryTKey, TValueEnumerator
public:
DictionaryTKey, TValueEnumerator GetEnumerator()
member GetEnumerator : unit -> DictionaryTKey, TValueEnumerator
Return Value
Type:
DictionaryTKey, TValueEnumeratorEnumerator over kmers.
See Also