Click or drag to resize
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.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public long GetOld(
	T item
)

Parameters

item
Type: T
The item

Return Value

Type: Int64
The serial number of that item.
See Also