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

Getter for an array property, identified by a given index, using vanilla reflection.

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

Syntax

Visual Basic (Declaration)
Public Class ArrayPropertyGetter _
	Implements EventPropertyGetter
C#
public class ArrayPropertyGetter : EventPropertyGetter
Visual C++
public ref class ArrayPropertyGetter : EventPropertyGetter

Inheritance Hierarchy

System.Object
  net.esper.events.property.ArrayPropertyGetter