Compartilhar via


PathExpression(String) Constructor

Definition

Initializes a new instance of the PathExpression class.

public PathExpression (string name);
new Microsoft.OpenApi.Expressions.PathExpression : string -> Microsoft.OpenApi.Expressions.PathExpression
Public Sub New (name As String)

Parameters

name
String

The name string, it's case-insensitive.

Applies to