Click or drag to resize
SerialNumbersTGetNew Method
Assigns a serial number to a new item. Raises an exception of the item is not new.

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

Parameters

item
Type: T
The item

Return Value

Type: Int32
The items serial number
See Also