ReferenceExpression.ExpressionInterpolatedStringHandler Struct
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.
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 ReferenceExpression.ExpressionInterpolatedStringHandler
type ReferenceExpression.ExpressionInterpolatedStringHandler = struct
Public Structure ReferenceExpression.ExpressionInterpolatedStringHandler
- Inheritance
-
ReferenceExpression.ExpressionInterpolatedStringHandler
Constructors
ReferenceExpression.ExpressionInterpolatedStringHandler(Int32, Int32) |
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. |