Class InventoryEntry
Declaration
[Serializable]
public class InventoryEntry
Fields
itemId
Declaration
public string itemId
quantity
Declaration
public int quantity
Methods
ToString()
Returns a string that represents the current object.
Declaration
public override string ToString()
Returns
System.String
: A string that represents the current object.