Click or drag to resize
ExpressionParserMethodData Class

[Missing <summary> documentation for "T:System.Linq.Dynamic.ExpressionParser.MethodData"]

Inheritance Hierarchy
SystemObject
  System.Linq.DynamicExpressionParserMethodData

Namespace: System.Linq.Dynamic
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
private class MethodData

The ExpressionParserMethodData type exposes the following members.

Constructors
  NameDescription
Public methodExpressionParserMethodData
Initializes a new instance of the ExpressionParserMethodData class
Top
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString (Inherited from Object.)
Top
Fields
  NameDescription
Public fieldArgs
Public fieldMethodBase
Public fieldParameters
Top
See Also