Documentation for a minimal subset of the QSM API
Disposable<(Of <C>)> Constructor (obj, handle)
Namespaces > QS.CMS.Base3 > Disposable<(Of C>) > Disposable<(Of C>)New(C, IDisposable)
Initializes a new instance of the Disposable<C> class.
Syntax
C#Visual BasicManaged C++
public Disposable (
	C obj,
	IDisposable handle
)
Public Sub New ( _
	obj As C, _
	handle As IDisposable _
)
public:
Disposable (
	C obj, 
	IDisposable^ handle
)
Parameters
obj (C)

[Missing <param> documentation for "obj"]

handle (IDisposable)

[Missing <param> documentation for "handle"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0