ReferenceExpression.ExpressionInterpolatedStringHandler(Int32, Int32) Constructor

Definition

Represents a handler for interpolated strings that contain expressions. Those expressions will either be literal strings or instances of types that implement both IValueProvider and IManifestExpressionProvider.

public ExpressionInterpolatedStringHandler (int literalLength, int formattedCount);
new Aspire.Hosting.ApplicationModel.ReferenceExpression.ExpressionInterpolatedStringHandler : int * int -> Aspire.Hosting.ApplicationModel.ReferenceExpression.ExpressionInterpolatedStringHandler
Public Sub New (literalLength As Integer, formattedCount As Integer)

Parameters

literalLength
Int32

The length of the literal part of the interpolated string.

formattedCount
Int32

The number of formatted parts in the interpolated string.

Applies to