KmerIndexerDictionaryItem Property |
Gets or sets the value associated with the specified key.
Namespace: Bio.Algorithms.KmerAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IList<KmerIndexer> this[
ISequence key
] { get; set; }
Public Default Property Item (
key As ISequence
) As IList(Of KmerIndexer)
Get
Set
public:
property IList<KmerIndexer^>^ default[ISequence^ key] {
IList<KmerIndexer^>^ get (ISequence^ key);
void set (ISequence^ key, IList<KmerIndexer^>^ value);
}
member Item : IList<KmerIndexer> with get, set
Parameters
- key
- Type: BioISequence
The key of the value to get or set.
Return Value
Type:
IListKmerIndexerThe value associated with the specified key.
See Also