KmerIndexerDictionaryAdd Method |
Adds the specified key and value to the dictionary.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
ISequence key,
IList<KmerIndexer> value
)
Public Sub Add (
key As ISequence,
value As IList(Of KmerIndexer)
)
public:
void Add(
ISequence^ key,
IList<KmerIndexer^>^ value
)
member Add :
key : ISequence *
value : IList<KmerIndexer> -> unit
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