PosSharp v1.2.0 API Reference
---
#### [PosSharp\.Core](PosSharp.Core 'PosSharp\.Core')
### [PosSharp\.Core](PosSharp.Core 'PosSharp\.Core').[UposDeviceBase](PosSharp.Core.UposDeviceBase 'PosSharp\.Core\.UposDeviceBase')
## UposDeviceBase\.AddDisposable\(IDisposable\) Method
Adds a disposable to the extension disposable bag\.
```csharp
protected void AddDisposable(System.IDisposable disposable);
```
#### Parameters
`disposable` [System\.IDisposable](https://learn.microsoft.com/en-us/dotnet/api/system.idisposable 'System\.IDisposable')
The disposable to add\.