Click or drag to resize
RangeCollectionGetEnumerator Method
Returns an enumeration of the long elements in this RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public IEnumerator<long> GetEnumerator()

Return Value

Type: IEnumeratorInt64

[Missing <returns> documentation for "M:Bio.Util.RangeCollection.GetEnumerator"]

Implements

IEnumerableTGetEnumerator
See Also