OpenMetaverse.InventoryItem.InventoryItem C# (CSharp) Method

InventoryItem() public method

Construct a new InventoryItem object of a specific Type
public InventoryItem ( InventoryType type, UUID itemID ) : System
type InventoryType The type of item from
itemID UUID of the item
return System
        public InventoryItem(InventoryType type, UUID itemID)
            : base(itemID)
        {
            InventoryType = type;
        }

Same methods

InventoryItem::InventoryItem ( UUID itemID ) : System