Click or drag to resize

WeakReferenceT Constructor

Namespace:  com.espertech.esper.compat
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public WeakReference(
	T target
)

Parameters

target
Type: T
The target.
See Also