AppendInterpolatedStringProviderHandler.AppendLiteral - метод
Writes the specified string to the handler.
Пространство имён: Tessa.PlatformСборка: Tessa (в Tessa.dll) Версия: 4.1.1+54884209c809ca6bcbfa81470cb9ce7a3a4102a0
public void AppendLiteral(
string value
)
Public Sub AppendLiteral (
value As String
)
public:
void AppendLiteral(
String^ value
)
member AppendLiteral :
value : string -> unit
Параметры
- value String
- The string to write.