Click or drag to resize
MethodCallExpressionMethod Property
Gets the underlying method info.

Namespace:  Intuit.Ipp.LinqExtender.Ast
Assembly:  Intuit.Ipp.LinqExtender (in Intuit.Ipp.LinqExtender.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public MethodInfo Method { get; }

Property Value

Type: MethodInfo
See Also