Click or drag to resize

ReferenceType Class

[Missing <summary> documentation for "T:com.espertech.esper.compat.collections.ReferenceType"]

Inheritance Hierarchy
SystemEnum
  com.espertech.esper.compat.collectionsReferenceType

Namespace:  com.espertech.esper.compat.collections
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public sealed class ReferenceType : Enum

The ReferenceType type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberHARD
Hard references keep references to the object and prevent the garbage collector from collecting the item.
Public fieldStatic memberSOFT
Soft references allow the garbage collector to collect items that are not in use.
Public fieldvalue__
Top
See Also