Share via


ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler Struct

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 ref struct ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler
type ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler = struct
Public Structure ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler
Inheritance
ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler

Constructors

ReferenceExpressionBuilder.ReferenceExpressionBuilderInterpolatedStringHandler(Int32, Int32, ReferenceExpressionBuilder)

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.

Methods

AppendFormatted(String)

Appends a formatted value to the expression.

AppendFormatted<T>(T)

Appends a formatted value to the expression. The value must implement IValueProvider and IManifestExpressionProvider.

AppendLiteral(String)

Appends a literal value to the expression.

Applies to