RangeCollectionGetEnumerator Method |
Returns an enumeration of the long elements in this RangeCollection.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public IEnumerator<long> GetEnumerator()
Public Function GetEnumerator As IEnumerator(Of Long)
public:
virtual IEnumerator<long long>^ GetEnumerator() sealed
abstract GetEnumerator : unit -> IEnumerator<int64>
override GetEnumerator : unit -> IEnumerator<int64>
Return Value
Type:
IEnumeratorInt64[Missing <returns> documentation for "M:Bio.Util.RangeCollection.GetEnumerator"]
Implements
IEnumerableTGetEnumeratorSee Also