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

[Missing <param> documentation for "target"]

callback (ContextCallback)

[Missing <param> documentation for "callback"]

context (Object)

[Missing <param> documentation for "context"]

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0