LongSerialNumbersTGetOld Method |
Finds the serial number of item to which a serial number has already been assigned. Raises an exception of the item is new.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public long GetOld(
T item
)
Public Function GetOld (
item As T
) As Long
public:
long long GetOld(
T item
)
member GetOld :
item : 'T -> int64
Parameters
- item
- Type: T
The item
Return Value
Type:
Int64The serial number of that item.
See Also