RangeCollectionRanges Property |
The ranges as a sequence, for example, 1-10 then 333-1200 then 1300
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerable<KeyValuePair<long, long>> Ranges { get; }
Public ReadOnly Property Ranges As IEnumerable(Of KeyValuePair(Of Long, Long))
Get
public:
property IEnumerable<KeyValuePair<long long, long long>>^ Ranges {
IEnumerable<KeyValuePair<long long, long long>>^ get ();
}
member Ranges : IEnumerable<KeyValuePair<int64, int64>> with get
Property Value
Type:
IEnumerableKeyValuePairInt64,
Int64See Also