Click or drag to resize

Boxing Class

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

Inheritance Hierarchy
SystemObject
  com.espertech.esper.compatBoxing

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

The Boxing type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetBoxedType(Object)
Gets the boxed type for the value.
Public methodStatic memberGetBoxedType(Type)
Returns the boxed class for the given class, or the class itself if already boxed or not a primitive type. For primitive unboxed types returns the boxed types, e.g. returns typeof(int?) for passing typeof(int). For type other class, returns the class passed.
Public methodStatic memberGetUnboxedType
Gets the unboxed type for the value.
Public methodStatic memberIsBoxedType
Public methodStatic memberIsUnboxedType
Top
See Also