OpenMetaverse.InventoryNotecard.InventoryNotecard C# (CSharp) Метод

InventoryNotecard() публичный Метод

Construct an InventoryNotecard object
public InventoryNotecard ( UUID itemID ) : System
itemID UUID A which becomes the /// objects AssetUUID
Результат System
        public InventoryNotecard(UUID itemID)
            : base(itemID)
        {
            InventoryType = InventoryType.Notecard;
        }
InventoryNotecard