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

Returns an enumerable that provides all accessors that take one parameter of type string.

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

Syntax

Visual Basic (Declaration)
Public Shared Function GetMappedAccessors ( _
	type As Type _
) As IEnumerable(Of MethodInfo)
C#
public static IEnumerable<MethodInfo> GetMappedAccessors (
	Type type
)
Visual C++
public:
static IEnumerable<MethodInfo^>^ GetMappedAccessors (
	Type^ type
)

Parameters

type
System.Type

Return Value