Click or drag to resize
SerialNumbersTGetNewOrOld Method
Returns the serial number of an item. If the item has already been assigned a serial number, returns that number; otherwise, assigns a new number to the item and returns that new number.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public int GetNewOrOld(
	T item
)

Parameters

item
Type: T
The item

Return Value

Type: Int32
The item's serial number
See Also