Click or drag to resize

InjectionStrategyGetInitializationExpression Method

Returns the initialization expression

Namespace:  com.espertech.esper.common.client.hook.forgeinject
Assembly:  NEsper.Common (in NEsper.Common.dll) Version: 8.0.0.0
Syntax
C#
CodegenExpression GetInitializationExpression(
	CodegenClassScope classScope
)

Parameters

classScope
Type: CodegenClassScope
the class scope

Return Value

Type: CodegenExpression
class scope
See Also