RangeCollectionAddNew Method |
Add an long to the RangeCollection. An exception is thrown if the long is already in the RangeCollection.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public void AddNew(
long item
)
Public Sub AddNew (
item As Long
)
public:
void AddNew(
long long item
)
member AddNew :
item : int64 -> unit
Parameters
- item
- Type: SystemInt64
The long to add.
See Also