Click or drag to resize
RangeCollectionAddNew Method
Add an long to the RangeCollection. An exception is thrown if the long is already in the RangeCollection.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public void AddNew(
	long item
)

Parameters

item
Type: SystemInt64
The long to add.
See Also