Click or drag to resize

WeakReferenceTGet Method

Gets the object (the target) referenced by the current WeakReference object.

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

Return Value

Type: T

[Missing <returns> documentation for "M:com.espertech.esper.compat.WeakReference`1.Get"]

See Also