UIItemSlot.Replace C# (CSharp) Method

Replace() protected abstract method

Replace the observed item with the specified value. Should return the item that was replaced.
protected abstract Replace ( InvGameItem, item ) : InvGameItem,
item InvGameItem,
return InvGameItem,
    protected abstract InvGameItem Replace(InvGameItem item);