Debug.AssertInterpolatedStringHandler 结构

定义

为 提供一个内插字符串处理程序,该处理程序 Assert(Boolean) 仅在断言失败时执行格式设置。

public: value class Debug::AssertInterpolatedStringHandler
public struct Debug.AssertInterpolatedStringHandler
type Debug.AssertInterpolatedStringHandler = struct
Public Structure Debug.AssertInterpolatedStringHandler
继承
Debug.AssertInterpolatedStringHandler

构造函数

Debug.AssertInterpolatedStringHandler(Int32, Int32, Boolean, Boolean)

创建处理程序的实例。

方法

AppendFormatted(Object, Int32, String)

将指定的值写入处理程序。

AppendFormatted(ReadOnlySpan<Char>)

将指定的字符范围写入处理程序。

AppendFormatted(ReadOnlySpan<Char>, Int32, String)

将指定的字符字符串写入处理程序。

AppendFormatted(String)

将指定的值写入处理程序。

AppendFormatted(String, Int32, String)

将指定的值写入处理程序。

AppendFormatted<T>(T)

将指定的值写入处理程序。

AppendFormatted<T>(T, Int32)

将指定的值写入处理程序。

AppendFormatted<T>(T, Int32, String)

将指定的值写入处理程序。

AppendFormatted<T>(T, String)

将指定的值写入处理程序。

AppendLiteral(String)

将指定的字符串写入处理程序。

适用于