[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Initializes a new instance of the EventPropertyGetterImpl class.

Namespace: net.esper.events
Assembly:   NEsper (in NEsper.dll)

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	getterDelegate As EventPropertyGetterDelegate _
)
C#
public EventPropertyGetterImpl (
	EventPropertyGetterDelegate getterDelegate
)
Visual C++
public:
EventPropertyGetterImpl (
	EventPropertyGetterDelegate^ getterDelegate
)

Parameters

getterDelegate
net.esper.events.EventPropertyGetterDelegate
The getter delegate.