InventoryReport.getItemSummary C# (CSharp) 메소드

getItemSummary() 개인적인 메소드

private getItemSummary ( InventoryItem, item ) : InventoryItemSummary,
item InventoryItem,
리턴 InventoryItemSummary,
	InventoryItemSummary getItemSummary (InventoryItem item) {
		return new InventoryItemSummary(item);
	}