BitSharper.InventoryItem.InventoryItem C# (CSharp) 메소드

InventoryItem() 공개 메소드

public InventoryItem ( ItemType type, Sha256Hash hash )
type ItemType
hash Sha256Hash
        public InventoryItem(ItemType type, Sha256Hash hash)
        {
            Type = type;
            Hash = hash;
        }