Click or drag to resize
RangeCollectionElementAt Method
Returns what would be the nth element if each element were enumerated.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long ElementAt(
	long i
)

Parameters

i
Type: SystemInt64
0-based index.

Return Value

Type: Int64

[Missing <returns> documentation for "M:Bio.Util.RangeCollection.ElementAt(System.Int64)"]

See Also