Click or drag to resize
KmerIndexerDictionaryContainsKey Method
Determines whether kmer dictionary contains specified key.

Namespace: Bio.Algorithms.Kmer
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool ContainsKey(
	ISequence key
)

Parameters

key
Type: BioISequence
The key to locate.

Return Value

Type: Boolean
Boolean indicating if key exists.
See Also