[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Assembly: NEsper (in NEsper.dll)
Gets the name that should be assigned to the property bound to the accessorMethod
Namespace: net.esper.events.property
Assembly: NEsper (in NEsper.dll)
Syntax
Visual Basic (Declaration) |
---|
Public Shared Function GetAccessorPropertyName ( _ accessorMethod As MethodInfo _ ) As String |
C# |
---|
public static string GetAccessorPropertyName ( MethodInfo accessorMethod ) |
Visual C++ |
---|
public: static String^ GetAccessorPropertyName ( MethodInfo^ accessorMethod ) |
Parameters
- accessorMethod
- System.Reflection.MethodInfo