CompositeExpression(String) Constructor
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.
Create a composite expression from a string literal with an embedded expression
public CompositeExpression (string expression);
new Microsoft.OpenApi.Expressions.CompositeExpression : string -> Microsoft.OpenApi.Expressions.CompositeExpression
Public Sub New (expression As String)
Parameters
- expression
- String