SerialNumbersTGetNew Method |
Assigns a serial number to a new item. Raises an exception of the item is not new.
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public int GetNew(
T item
)
Public Function GetNew (
item As T
) As Integer
public:
int GetNew(
T item
)
member GetNew :
item : 'T -> int
Parameters
- item
- Type: T
The item
Return Value
Type:
Int32The items serial number
See Also