Click or drag to resize

MagicTypeGetMutatorPropertyName Method

Gets the name of the mutator property.

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

Parameters

mutatorMethod
Type: System.ReflectionMethodInfo
The mutator method.

Return Value

Type: String

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

See Also