Click or drag to resize
DisposableObjectUsing Method
Adds the given object to the list of the allocated objects to dispose

Namespace: CMS.Base
Assembly: CMS.Base (in CMS.Base.dll) Version: 8.2.23
Syntax
C#
public void Using(
	IDisposable obj
)

Parameters

obj
Type: SystemIDisposable
Object to register
See Also