Click or drag to resize

AtomicT Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.Atomic`1"]

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatAtomicT

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

Type Parameters

T

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

The AtomicT type exposes the following members.

Constructors
  NameDescription
Public methodAtomicT
Initializes a new instance of the AtomicT class.
Public methodAtomicT(T)
Initializes a new instance of the AtomicT class.
Top
Properties
  NameDescription
Public propertyValue
Gets the value.
Top
Methods
  NameDescription
Public methodGet
Gets this instance.
Public methodSet
Sets the specified value.
Top
See Also