KmerIndexerDictionaryContainsKey Method |
Determines whether kmer dictionary contains specified key.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public bool ContainsKey(
ISequence key
)
Public Function ContainsKey (
key As ISequence
) As Boolean
public:
bool ContainsKey(
ISequence^ key
)
member ContainsKey :
key : ISequence -> bool
Parameters
- key
- Type: BioISequence
The key to locate.
Return Value
Type:
BooleanBoolean indicating if key exists.
See Also