Click or drag to resize

MutableT Class

Thread local data
Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatMutableT

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

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "T:com.espertech.esper.compat.Mutable`1"]

The MutableT type exposes the following members.

Constructors
  NameDescription
Public methodMutableT
Initializes a new instance of the MutableT class
Public methodMutableT(T)
Initializes a new instance of the MutableT class
Top
Fields
  NameDescription
Public fieldValue
Top
See Also