DisposableObjectUsing Method |
Adds the given object to the list of the allocated objects to dispose
Namespace: CMS.BaseAssembly: CMS.Base (in CMS.Base.dll) Version: 13.0.131
Syntax public void Using(
IDisposable obj
)
Parameters
- obj
- Type: SystemIDisposable
Object to register
See Also