Click or drag to resize

MagicTypeResolvePropertyMethod Method

Search of the type to find a property.

Namespace:  com.espertech.esper.compat.magic
Assembly:  NEsper.Compat (in NEsper.Compat.dll) Version: 8.0.0.0
Syntax
C#
public MethodInfo ResolvePropertyMethod(
	string propertyName,
	PropertyResolutionStyle resolutionStyle
)

Parameters

propertyName
Type: SystemString
The name.
resolutionStyle
Type: com.espertech.esper.compatPropertyResolutionStyle
The resolution style.

Return Value

Type: MethodInfo

[Missing <returns> documentation for "M:com.espertech.esper.compat.magic.MagicType.ResolvePropertyMethod(System.String,com.espertech.esper.compat.PropertyResolutionStyle)"]

See Also