Click or drag to resize
RangeCollection Constructor (Int64)
Create an new RangeCollection containing a single long.

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

Parameters

singleItem
Type: SystemInt64

[Missing <param name="singleItem"/> documentation for "M:Bio.Util.RangeCollection.#ctor(System.Int64)"]

Return Value

Type: 
a new RangeCollection
See Also