Click or drag to resize
KmerIndexerDictionaryAdd Method
Adds the specified key and value to the dictionary.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void Add(
	ISequence key,
	IList<KmerIndexer> value
)

Parameters

key
Type: BioISequence
The key of the element to add.
value
Type: System.Collections.GenericIListKmerIndexer
The value of the element to add.
See Also