SerialNumbersTGetOld 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 int GetOld(
T item
)
Public Function GetOld (
item As T
) As Integer
public:
int GetOld(
T item
)
member GetOld :
item : 'T -> int
Parameters
- item
- Type: T
The item
Return Value
Type:
Int32The serial number of that item.
See Also