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

Constructor.

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	prop As PropertyDescriptor, _
	index As Integer _
)
C#
public ArrayPropertyGetter (
	PropertyDescriptor prop,
	int index
)
Visual C++
public:
ArrayPropertyGetter (
	PropertyDescriptor^ prop, 
	int index
)

Parameters

prop
System.ComponentModel.PropertyDescriptor
the property to use to retrieve a value from the object
index
System.Int32
the index within the array to get the property from