Click or drag to resize
KmerPositionDictionaryItem 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<long> this[
	ISequence key
] { get; set; }

Parameters

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

Return Value

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