OpenMetaverse.InventoryNotecard.InventoryNotecard C# (CSharp) Method

InventoryNotecard() public method

Construct an InventoryNotecard object
public InventoryNotecard ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
return System
        public InventoryNotecard(UUID itemID)
            : base(itemID)
        {
            InventoryType = InventoryType.Notecard;
        }
InventoryNotecard