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

Parameters

item
Type: T
The item

Return Value

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