BodyExpression Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BodyExpression() |
Initializes a new instance of the BodyExpression class. |
BodyExpression(JsonPointer) |
Initializes a new instance of the BodyExpression class. |
BodyExpression()
Initializes a new instance of the BodyExpression class.
public BodyExpression ();
Public Sub New ()
Applies to
BodyExpression(JsonPointer)
Initializes a new instance of the BodyExpression class.
public BodyExpression (Microsoft.OpenApi.JsonPointer pointer);
new Microsoft.OpenApi.Expressions.BodyExpression : Microsoft.OpenApi.JsonPointer -> Microsoft.OpenApi.Expressions.BodyExpression
Public Sub New (pointer As JsonPointer)
Parameters
- pointer
- JsonPointer
a JSON Pointer RFC 6901.