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

Adds to the given list of property descriptors the indexed properties, i.e. properties have a getter method taking a single Int value as a parameter.

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

Syntax

Visual Basic (Declaration)
Public Shared Sub AddIndexedProperties ( _
	type As Type, _
	result As IList(Of EventPropertyDescriptor) _
)
C#
public static void AddIndexedProperties (
	Type type,
	IList<EventPropertyDescriptor> result
)
Visual C++
public:
static void AddIndexedProperties (
	Type^ type, 
	IList<EventPropertyDescriptor^>^ result
)

Parameters

type
System.Type
result
System.Collections.Generic.IList<(Of T>)