RangeCollection Constructor (IEnumerableInt64) |
Create a new RangeCollection containing the longs from a sequence.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public RangeCollection(
IEnumerable<long> itemSequence
)
Public Sub New (
itemSequence As IEnumerable(Of Long)
)
public:
RangeCollection(
IEnumerable<long long>^ itemSequence
)
new :
itemSequence : IEnumerable<int64> -> RangeCollection
Parameters
- itemSequence
- Type: System.Collections.GenericIEnumerableInt64
A sequences of longs
Return Value
Type:
a new RangeCollection
See Also