示例#1
0
 /// <inheritdoc />
 public bool CanRemove(IInventoryItem item) => Contains(item) && _provider.CanRemoveInventoryItem(item);