Click or drag to resize
MethodCallExpression Properties

The MethodCallExpression type exposes the following members.

Properties
  NameDescription
Public propertyCodeType
Override member
(Overrides ExpressionCodeType.)
Public propertyIsSkip
Gets a value indicating that it is a skip method.
Public propertyIsTake
Gets a value indicating that it is a take call.
Public propertyMethod
Gets the underlying method info.
Public propertyParamters
Gets the method parameters.
Public propertyTarget
Gets the target
Top
See Also