Click or drag to resize
KmerIndexerDictionaryItem Property
Gets or sets the value associated with the specified key.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IList<KmerIndexer> this[
	ISequence key
] { get; set; }

Parameters

key
Type: BioISequence
The key of the value to get or set.

Return Value

Type: IListKmerIndexer
The value associated with the specified key.
See Also