LongSerialNumbersTGetNew Method |
Assigns a serial number to a new item. Raises an exception of the item is not new.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long GetNew(
T item
)
Public Function GetNew (
item As T
) As Long
public:
long long GetNew(
T item
)
member GetNew :
item : 'T -> int64
Parameters
- item
- Type: T
The item
Return Value
Type:
Int64The items serial number
See Also