Click or drag to resize
RangeCollectionAdd Method
Add an long to the RangeCollection. The long may or may not already be 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 Add(
	long item
)

Parameters

item
Type: SystemInt64
The long to add.

Implements

ICollectionTAdd(T)
See Also