Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool |
比较两个物品对象
|
|
GetHashCode ( ) : int |
重写 GetHashCode 方法,获取哈希值
|
|
Item ( ) : System | ||
Item ( |
创建 Item 对象
|
|
ToString ( ) : string |
重写 ToString 方法,返回物品名称和数量
|
Méthode | Description | |
---|---|---|
InitializeData ( HelloWorld.ItemCollection collection, |
public Item ( |
||
descriptor | 物品描述 | |
quantity | int | 物品数量 |
Résultat | System |