Initializes a new instance of the ReferenceCounter<C> class.

C# | Visual Basic | Managed 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 )

- target (C)
[Missing <param> documentation for "target"]
- callback (ContextCallback)
[Missing <param> documentation for "callback"]
- context (Object)
[Missing <param> documentation for "context"]