C# 클래스 InventoryReport

파일 보기 프로젝트 열기: imann24/cs327-bestmobilegameever 1 사용 예제들

공개 메소드들

메소드 설명
AddItemCollected ( string itemName ) : void
AddItemDestroyed ( string itemName ) : void
Get ( ) : object>.Dictionary
InventoryReport ( InventoryItem, inventoryItems ) : System.Collections.Generic
ToString ( ) : string

비공개 메소드들

메소드 설명
getItemSummary ( InventoryItem, item ) : InventoryItemSummary,
overwriteDetailEntry ( string key, object value ) : void

메소드 상세

AddItemCollected() 공개 메소드

public AddItemCollected ( string itemName ) : void
itemName string
리턴 void

AddItemDestroyed() 공개 메소드

public AddItemDestroyed ( string itemName ) : void
itemName string
리턴 void

Get() 공개 메소드

public Get ( ) : object>.Dictionary
리턴 object>.Dictionary

InventoryReport() 공개 메소드

public InventoryReport ( InventoryItem, inventoryItems ) : System.Collections.Generic
inventoryItems InventoryItem,
리턴 System.Collections.Generic

ToString() 공개 메소드

public ToString ( ) : string
리턴 string