[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public struct AppendInterpolatedStringProviderHandler
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Structure AppendInterpolatedStringProviderHandler
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
public value class AppendInterpolatedStringProviderHandler
[<SealedAttribute>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
type AppendInterpolatedStringProviderHandler =
struct
inherit ValueType
end
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. |
AppendLiteral | Writes the specified string to the handler. |
Equals | Indicates whether this instance and a specified object are equal. (Унаследован от ValueType) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
GetHashCode | Returns the hash code for this instance. (Унаследован от ValueType) |
GetType | Gets the Type of the current instance. (Унаследован от Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |
ToString | Returns the fully qualified type name of this instance. (Унаследован от ValueType) |