Click or drag to resize
SerialNumbersTTryGetOld Method
Finds the serial number of item to which a serial number has already been assigned.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public bool TryGetOld(
	T item,
	out int serialNumber
)

Parameters

item
Type: T
The item
serialNumber
Type: SystemInt32
The serial number that was assigned to that item.

Return Value

Type: Boolean
true if the item has previously been assigned a serial number; otherwise, false.
See Also