ReferenceExpressionBuilderInterpolatedStringHandler Constructors
StructConstructors1 member
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. Constructor(int, int, ReferenceExpressionBuilder)Section titled Constructor(int, int, 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. public struct ReferenceExpressionBuilderInterpolatedStringHandler{ public ReferenceExpressionBuilderInterpolatedStringHandler( int literalLength, int formattedCount, ReferenceExpressionBuilder builder) { // ... }}Parameters
literalLengthintThe length of the literal part of the interpolated string.formattedCountintThe number of formatted parts in the interpolated string.builderReferenceExpressionBuilderThe builder that will be used to create the ReferenceExpression.