Click or drag to resize
LongSerialNumbersTGetNewOrOld 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 long GetNewOrOld(
	T item
)

Parameters

item
Type: T
The item

Return Value

Type: Int64
The item's serial number
See Also