Click or drag to resize

MagicTypeGetAccessorPropertyName Method

Gets the name that should be assigned to the property bound to the accessorMethod

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public string GetAccessorPropertyName(
	MethodInfo accessorMethod
)

Parameters

accessorMethod
Type: System.ReflectionMethodInfo

[Missing <param name="accessorMethod"/> documentation for "M:com.espertech.esper.compat.magic.MagicType.GetAccessorPropertyName(System.Reflection.MethodInfo)"]

Return Value

Type: String

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicType.GetAccessorPropertyName(System.Reflection.MethodInfo)"]

See Also