SerialNumbersTItemToSerialNumber Field |
A mapping from items to serial numbers
Namespace: Bio.UtilAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax public Dictionary<T, int> ItemToSerialNumber
Public ItemToSerialNumber As Dictionary(Of T, Integer)
public:
Dictionary<T, int>^ ItemToSerialNumber
val mutable ItemToSerialNumber: Dictionary<'T, int>
Field Value
Type:
DictionaryT,
Int32See Also