Click or drag to resize
KmerIndexerDictionaryTryGetValue Method
Gets 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 bool TryGetValue(
	ISequence key,
	out IList<KmerIndexer> value
)

Parameters

key
Type: BioISequence
The key of the value to get.
value
Type: System.Collections.GenericIListKmerIndexer
Contains value associated with. the specified key, if key is found.

Return Value

Type: Boolean
Boolean indicating if key was found.
See Also