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

Return getter for the given member

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetGetter ( _
	propertyDesc As PropertyDescriptor _
) As EventPropertyGetter
C#
public static EventPropertyGetter GetGetter (
	PropertyDescriptor propertyDesc
)
Visual C++
public:
static EventPropertyGetter^ GetGetter (
	PropertyDescriptor^ propertyDesc
)

Parameters

propertyDesc
System.ComponentModel.PropertyDescriptor
The property descriptor.

Return Value