Click or drag to resize

IThreadLocalTValue Property

Gets or sets the value.

Namespace:  com.espertech.esper.compat.threading.threadlocal
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
T Value { get; set; }

Property Value

Type: T
The value.
See Also