KmerPositionDictionaryItem 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<long> this[
ISequence key
] { get; set; }
Public Default Property Item (
key As ISequence
) As IList(Of Long)
Get
Set
public:
property IList<long long>^ default[ISequence^ key] {
IList<long long>^ get (ISequence^ key);
void set (ISequence^ key, IList<long long>^ value);
}
member Item : IList<int64> with get, set
Parameters
- key
- Type: BioISequence
The key of the value to get or set.
Return Value
Type:
IListInt64The value associated with the specified key.
See Also