MethodExpression Class

Definition

Method expression.

public sealed class MethodExpression : Microsoft.OpenApi.Expressions.RuntimeExpression
type MethodExpression = class
    inherit RuntimeExpression
Public NotInheritable Class MethodExpression
Inherits RuntimeExpression
Inheritance
MethodExpression

Constructors

MethodExpression()

Private constructor.

Fields

Method

$method. string

Prefix

The dollar sign prefix for a runtime expression.

(Inherited from RuntimeExpression)

Properties

Expression

Gets the expression string.

Methods

Equals(Object)

Equals implementation for IEquatable.

(Inherited from RuntimeExpression)
Equals(RuntimeExpression)

Equals implementation for object of the same type.

(Inherited from RuntimeExpression)
GetHashCode()

GetHashCode implementation for IEquatable.

(Inherited from RuntimeExpression)
ToString() (Inherited from RuntimeExpression)

Applies to