Click or drag to resize

DynamicMagicPropertyInfo Constructor

Initializes a new instance of the DynamicMagicPropertyInfo class.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public DynamicMagicPropertyInfo(
	MagicPropertyInfo parent,
	MagicPropertyInfo child
)

Parameters

parent
Type: com.espertech.esper.compat.magicMagicPropertyInfo
The parent.
child
Type: com.espertech.esper.compat.magicMagicPropertyInfo
The child.
See Also