AppendInterpolatedStringProviderHandler - структура

Provides a handler used by the language compiler to append interpolated strings into StringBuilder instances.

Definition

Пространство имён: Tessa.Platform
Сборка: Tessa (в Tessa.dll) Версия: 4.0.4
C#
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public struct AppendInterpolatedStringProviderHandler
Inheritance
Object    ValueType    AppendInterpolatedStringProviderHandler

Заметки

https://learn.microsoft.com/en-us/dotnet/csharp/whats-new/tutorials/interpolated-string-handler

Конструкторы

AppendInterpolatedStringProviderHandler(Int32, Int32, IStringBuilderProvider)Creates a handler used to append an interpolated string into a StringBuilder.
AppendInterpolatedStringProviderHandler(Int32, Int32, IStringBuilderProvider, IFormatProvider)Creates a handler used to translate an interpolated string into a String.

Методы

AppendFormatted(ReadOnlySpanChar)Writes the specified character span to the handler.
AppendFormatted(String)Writes the specified value to the handler.
AppendFormatted(Object, Int32, String)Writes the specified value to the handler.
AppendFormatted(ReadOnlySpanChar, Int32, String)Writes the specified string of chars to the handler.
AppendFormatted(String, Int32, String)Writes the specified value to the handler.
AppendFormattedT(T)Writes the specified value to the handler.
AppendFormattedT(T, Int32)Writes the specified value to the handler.
AppendFormattedT(T, String)Writes the specified value to the handler.
AppendFormattedT(T, Int32, String)Writes the specified value to the handler.
AppendLiteralWrites the specified string to the handler.
EqualsIndicates whether this instance and a specified object are equal.
(Унаследован от ValueType)
FinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Унаследован от Object)
GetHashCodeReturns the hash code for this instance.
(Унаследован от ValueType)
GetTypeGets the Type of the current instance.
(Унаследован от Object)
MemberwiseCloneCreates a shallow copy of the current Object.
(Унаследован от Object)
ToStringReturns the fully qualified type name of this instance.
(Унаследован от ValueType)

Методы расширения

Get
(Определяется ComHelper)
Invoke
(Определяется ComHelper)
Set
(Определяется ComHelper)

См. также