RangeCollection Constructor (IEnumerableInt32) |
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<int> itemSequence
)
Public Sub New (
itemSequence As IEnumerable(Of Integer)
)
public:
RangeCollection(
IEnumerable<int>^ itemSequence
)
new :
itemSequence : IEnumerable<int> -> RangeCollection
Parameters
- itemSequence
- Type: System.Collections.GenericIEnumerableInt32
A sequences of longs
Return Value
Type:
a new RangeCollection
See Also