BinaryExpression.Method Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the implementing method for the binary operation.
Assembly: System.Core (in System.Core.dll)
Property Value
Type: System.Reflection.MethodInfoThe MethodInfo that represents the implementing method.
If a BinaryExpression represents an operation that uses a predefined operator, the Method property is null.
Version Notes
Windows Phone
The Method property is present but not supported in Windows Phone.
Show: