Click or drag to resize

TypeCaster Class

Casts an opaque object into a different type of opaque object. The TypeCaster encapsulates the behavior to make the transformation occur but the input and output types are loosely defined.
Inheritance Hierarchy
SystemMulticastDelegate
  com.espertech.esper.compatTypeCaster

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

Return Value

Type: 

The TypeCaster type exposes the following members.

Constructors
  NameDescription
Public methodTypeCaster
Initializes a new instance of the TypeCaster class
Top
Methods
See Also