AppendInterpolatedStringProviderHandler(Int32, Int32, IStringBuilderProvider) - конструктор

Creates a handler used to append an interpolated string into a StringBuilder.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
public AppendInterpolatedStringProviderHandler(
	int literalLength,
	int formattedCount,
	IStringBuilderProvider stringBuilder
)

Параметры

literalLength  Int32
The number of constant characters outside of interpolation expressions in the interpolated string.
formattedCount  Int32
The number of interpolation expressions in the interpolated string.
stringBuilder  IStringBuilderProvider
The associated StringBuilder to which to append.

См. также