RangeCollectionAdd Method |
Add an long to the RangeCollection. The long may or may not already be in the RangeCollection.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void Add(
long item
)
Public Sub Add (
item As Long
)
public:
virtual void Add(
long long item
) sealed
abstract Add :
item : int64 -> unit
override Add :
item : int64 -> unit
Parameters
- item
- Type: SystemInt64
The long to add.
Implements
ICollectionTAdd(T)See Also