SourceExpression(String) Constructor

Definition

Initializes a new instance of the QueryExpression class.

protected SourceExpression (string value);
new Microsoft.OpenApi.Expressions.SourceExpression : string -> Microsoft.OpenApi.Expressions.SourceExpression
Protected Sub New (value As String)

Parameters

value
String

The value string.

Applies to