Click or drag to resize
SerialNumbersTGetItem Method
Given a serialNumber, return the item with that serial number

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

Parameters

serialNumber
Type: SystemInt32
The serial number of interest

Return Value

Type: T
The item with that serial number
See Also